diff options
author | John Ankarström <john@ankarstrom.se> | 2021-07-13 16:16:55 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-07-13 16:16:55 +0200 |
commit | c767813a91bb43d9ce5d1f1dcc41bb4f4a0ac7ee (patch) | |
tree | b016edc72310fec3c1c7141c663a54b6150148bd | |
download | rbsd-c767813a91bb43d9ce5d1f1dcc41bb4f4a0ac7ee.tar.gz |
Add /usr/local/bin/gg
-rwxr-xr-x | usr/local/bin/gg | 4 |
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 "$@" |