xxtip: simplify

This commit is contained in:
Joel Beckmeyer 2024-01-24 08:55:47 -05:00
parent 957bfc9c6f
commit 3f6245124b
1 changed files with 2 additions and 5 deletions

View File

@ -8,8 +8,5 @@ back_to_current_branch() {
exit 1
}
git checkout master
git pull --rebase upstream master
git push -f
git checkout "$current_branch"
git rebase master
git fetch upstream master
git rebase upstream/master