diff --git a/dot_local/bin/executable_xxtip b/dot_local/bin/executable_xxtip index 151cc6d..5508153 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 rebase master +git fetch upstream master +git rebase upstream/master