Compare commits

..

2 Commits

Author SHA1 Message Date
Joel Beckmeyer 628fd789a9 add git config 2024-02-01 16:02:10 -05:00
Joel Beckmeyer 3f6245124b xxtip: simplify 2024-02-01 16:02:06 -05:00
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ back_to_current_branch() {
}
git fetch upstream master
git rebase master
git rebase upstream/master