17 bool mJustOpened =
false;
20 std::vector<std::string> mRemoteNames;
21 std::vector<std::string> mBranchNames;
23 int32_t mSelectedRemote = 0;
24 int32_t mSelectedSourceBranch = 0;
25 int32_t mSelectedDestBranch = 0;
27 bool mPushTags =
false;
28 bool mSetUpstream =
false;
29 bool mShowForcePush =
false;
30 bool mForcePush =
false;
33GitPushDialog* GetGitPushDialog();