aboutsummaryrefslogtreecommitdiff
path: root/usr/local/bin/gg
blob: 1511fe558ad8094961c8e56300e9ebdb4c9d1a67 (plain)
1
2
3
4
#!/bin/sh
export GIT_DIR=/.git
export GIT_WORK_TREE=/
exec git "$@"