diff --git a/.local/bin/gswitch b/.local/bin/gswitch index 59e79c1..f26835d 100755 --- a/.local/bin/gswitch +++ b/.local/bin/gswitch @@ -4,4 +4,3 @@ git checkout -b "$BRANCH" git checkout "$BRANCH" git branch --set-upstream-to=origin/"$BRANCH" "$BRANCH" git pull -git push --set-upstream origin "$BRANCH"