aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-13 16:16:55 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-13 16:16:55 +0200
commitc767813a91bb43d9ce5d1f1dcc41bb4f4a0ac7ee (patch)
treeb016edc72310fec3c1c7141c663a54b6150148bd
downloadrbsd-c767813a91bb43d9ce5d1f1dcc41bb4f4a0ac7ee.tar.gz
Add /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 "$@"