xxtip: simplify

This commit is contained in:
Joel Beckmeyer 2024-01-24 08:55:47 -05:00
parent 957bfc9c6f
commit 4e1e2c72fd
1 changed files with 1 additions and 4 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 fetch upstream master
git rebase master