diff options
Diffstat (limited to 'functions/gf')
-rw-r--r-- | functions/gf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/functions/gf b/functions/gf deleted file mode 100644 index 0de3e89..0000000 --- a/functions/gf +++ /dev/null @@ -1,4 +0,0 @@ -gf() { - local branch=$1 - git checkout -b $branch origin/$branch -}
\ No newline at end of file |