aboutsummaryrefslogtreecommitdiff
path: root/usr/local/bin/gg
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/bin/gg')
-rwxr-xr-xusr/local/bin/gg4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/local/bin/gg b/usr/local/bin/gg
new file mode 100755
index 0000000..1511fe5
--- /dev/null
+++ b/usr/local/bin/gg
@@ -0,0 +1,4 @@
+#!/bin/sh
+export GIT_DIR=/.git
+export GIT_WORK_TREE=/
+exec git "$@"