You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sub->add_option("<remote>", m_remote_name, "The remote to push to")->default_val("origin");
18
18
sub->add_option("<branch>", m_branch_name, "The branch to push");
19
19
sub->add_option("<refspec>", m_refspecs, "The refspec(s) to push");
20
-
sub->add_flag("--all,--branches", m_branches_flag, "Push all branches (i.e. refs under " + ansi_code::bold + "refs/heads/" + ansi_code::reset + "); cannot be used with other <refspec>.");
20
+
sub->add_flag(
21
+
"--all,--branches",
22
+
m_branches_flag,
23
+
"Push all branches (i.e. refs under " + ansi_code::bold + "refs/heads/" + ansi_code::reset
0 commit comments