Do not do switch back to sender if did not switch to receiver.
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user