Do not do switch back to sender if did not switch to receiver.

This commit is contained in:
2025-10-15 05:33:17 -07:00
parent 89cdf8157f
commit aa3075a9fc

View File

@@ -901,7 +901,7 @@
git branch -f "$rcvr" "$base" git branch -f "$rcvr" "$base"
#git switch "$rcvr" #git switch "$rcvr"
git push --force --set-upstream origin "$rcvr" git push --force --set-upstream origin "$rcvr"
git switch "$base" #git switch "$base"
git branch git branch
} }
alias load-prod="load-branch prod dev" alias load-prod="load-branch prod dev"