From 4e1e2c72fd6e52bb160f2ce64728e80f2b8fe1f8 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Wed, 24 Jan 2024 08:55:47 -0500 Subject: [PATCH] xxtip: simplify --- dot_local/bin/executable_xxtip | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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