From cb8504f89bcddc194381fac02ffcb103d24ca2a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Mon, 4 Sep 2023 11:01:42 +0200 Subject: [PATCH] Changed the gswitch command --- .local/bin/gswitch | 1 - 1 file changed, 1 deletion(-) 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"