git init
1 parent 4757e2e commit 882f52cCopy full SHA for 882f52c
1 file changed
bin/git
@@ -2,6 +2,11 @@
2
3
set -e
4
5
+if [[ "$1" == "init" ]]; then
6
+ /usr/bin/git "$@"
7
+ exit 0
8
+fi
9
+
10
if [[ $PWD == /home/wizawu/repos/* ]]; then
11
/usr/bin/git config user.name $(echo d2h1YWwK | base64 -d)
12
/usr/bin/git config user.email $(echo d2h1YWxAc2VydnlvdS5jb20uY24K | base64 -d)
0 commit comments