summaryrefslogtreecommitdiff
path: root/home/xyz/.local/bin/gitsetup
diff options
context:
space:
mode:
Diffstat (limited to 'home/xyz/.local/bin/gitsetup')
-rwxr-xr-xhome/xyz/.local/bin/gitsetup6
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