diff --git a/dot_local/bin/executable_xxtip b/dot_local/bin/executable_xxtip index 151cc6d..f3f8a07 100644 --- a/dot_local/bin/executable_xxtip +++ b/dot_local/bin/executable_xxtip @@ -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