aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Root <John Ankarstr\xf6m>2021-06-08 20:42:06 +0200
committerCharlie Root <John Ankarstr\xf6m>2021-06-08 20:42:06 +0200
commitd898c0c1b3c3df59320e83e035906e6d634e663d (patch)
treed14a65fbd88f00db49f137bc1c822183af59196c
parent5c236dd7bc5f680954234e0d8c9d51b011ae825a (diff)
downloadlbsd-d898c0c1b3c3df59320e83e035906e6d634e663d.tar.gz
Add 'gg' script
-rwxr-xr-xusr/local/bin/gg2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/bin/gg b/usr/local/bin/gg
new file mode 100755
index 0000000..3526088
--- /dev/null
+++ b/usr/local/bin/gg
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec git --git-dir=/.git --work-tree=/ "$@"