We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 021819e commit 4c36d78Copy full SHA for 4c36d78
git/gm
@@ -14,8 +14,11 @@ if [[ $(gcb) != $(_get_primary_branch) ]]
14
then
15
print_info "-> git checkout $(_get_primary_branch) (was on $(gcb))"
16
git checkout "$(_get_primary_branch)"
17
+ echo ""
18
fi
19
20
gp
21
22
+echo ""
23
+
24
cleanup_branches
git/gp
@@ -10,6 +10,8 @@ HEAD="$(git rev-parse --abbrev-ref HEAD)"
10
11
gf
12
13
if [[ "${1:-}" == "--rebase" ]]
print_info "-> git rebase $HEAD"
0 commit comments