Skip to content

Commit 4c36d78

Browse files
committed
Add more whitespace
1 parent 021819e commit 4c36d78

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

git/gm

+3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ if [[ $(gcb) != $(_get_primary_branch) ]]
1414
then
1515
print_info "-> git checkout $(_get_primary_branch) (was on $(gcb))"
1616
git checkout "$(_get_primary_branch)"
17+
echo ""
1718
fi
1819

1920
gp
2021

22+
echo ""
23+
2124
cleanup_branches

git/gp

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ HEAD="$(git rev-parse --abbrev-ref HEAD)"
1010

1111
gf
1212

13+
echo ""
14+
1315
if [[ "${1:-}" == "--rebase" ]]
1416
then
1517
print_info "-> git rebase $HEAD"

0 commit comments

Comments
 (0)