diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-10-24 22:41:28 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-10-24 22:41:28 -0700 |
commit | def19324560a72dba782929654b895b33d3c0504 (patch) | |
tree | da460d914a1a38c88bb7e1198828541a8880fc2f /home | |
parent | 1d4b6137d07fb5611bb16f95f63863f414dd16af (diff) |
update
Diffstat (limited to 'home')
-rwxr-xr-x | home/xyz/.local/bin/gitfork | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/home/xyz/.local/bin/gitfork b/home/xyz/.local/bin/gitfork deleted file mode 100755 index 9736c4cd..00000000 --- a/home/xyz/.local/bin/gitfork +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -git clone "$1" -cd "$(basename "$1" .git)" || exit -git remote add upstream "$2" -if ! git checkout fly; then - git branch fly - git checkout fly - git push --set-upstream origin fly -fi |