aboutsummaryrefslogtreecommitdiff
path: root/bin/git-jump
diff options
context:
space:
mode:
Diffstat (limited to 'bin/git-jump')
-rwxr-xr-xbin/git-jump5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/git-jump b/bin/git-jump
new file mode 100755
index 0000000..d7f4cf4
--- /dev/null
+++ b/bin/git-jump
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+if [[ $(uname) == Darwin ]] && command -v brew > /dev/null ;then
+ $(brew --prefix git)/share/git-core/contrib/git-jump/git-jump $@
+fi