aboutsummaryrefslogtreecommitdiff
path: root/zsh/functions/gf
diff options
context:
space:
mode:
authorCamil Staps2016-03-14 22:09:58 +0100
committerCamil Staps2016-11-30 19:11:07 +0100
commit8fc531b05e0f70f3148fde8bf1f9049136f5d236 (patch)
tree9368042f0c21844c9952281aeb585c15bcfd9001 /zsh/functions/gf
parentClean limits to 80 chars (diff)
removed zsh
Diffstat (limited to 'zsh/functions/gf')
-rw-r--r--zsh/functions/gf4
1 files changed, 0 insertions, 4 deletions
diff --git a/zsh/functions/gf b/zsh/functions/gf
deleted file mode 100644
index 0de3e89..0000000
--- a/zsh/functions/gf
+++ /dev/null
@@ -1,4 +0,0 @@
-gf() {
- local branch=$1
- git checkout -b $branch origin/$branch
-} \ No newline at end of file