Skip to main content

Add more whitespace

ID
4c36d78
date
2025-04-23 13:05:35+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
021819e
message
Add more whitespace
changed files
2 files, 5 additions

Changed files

git/gm (502) → git/gm (521)

diff --git a/git/gm b/git/gm
index bd06c49..56de4df 100755
--- a/git/gm
+++ b/git/gm
@@ -14,8 +14,11 @@ if [[ $(gcb) != $(_get_primary_branch) ]]
 then
   print_info "-> git checkout $(_get_primary_branch) (was on $(gcb))"
   git checkout "$(_get_primary_branch)"
+  echo ""
 fi
 
 gp
 
+echo ""
+
 cleanup_branches

git/gp (339) → git/gp (348)

diff --git a/git/gp b/git/gp
index 1cf266e..0b65d5d 100755
--- a/git/gp
+++ b/git/gp
@@ -10,6 +10,8 @@ HEAD="$(git rev-parse --abbrev-ref HEAD)"
 
 gf
 
+echo ""
+
 if [[ "${1:-}" == "--rebase" ]]
 then
   print_info "-> git rebase $HEAD"