diff options
Diffstat (limited to 'home/xyz/.local/bin/gitsetup')
-rwxr-xr-x | home/xyz/.local/bin/gitsetup | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/home/xyz/.local/bin/gitsetup b/home/xyz/.local/bin/gitsetup deleted file mode 100755 index 56f91d76..00000000 --- a/home/xyz/.local/bin/gitsetup +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -git clone "$1" -cd "$(basename "$1" .git)" || exit -git remote add upstream "$2" -git checkout fly |