Compare commits

..

2 Commits

Author SHA1 Message Date
628fd789a9 add git config 2024-02-01 16:02:10 -05:00
3f6245124b xxtip: simplify 2024-02-01 16:02:06 -05:00

View File

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