Skip to content

Commit 882f52c

Browse files
committed
Fix git init
1 parent 4757e2e commit 882f52c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

bin/git

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
set -e
44

5+
if [[ "$1" == "init" ]]; then
6+
/usr/bin/git "$@"
7+
exit 0
8+
fi
9+
510
if [[ $PWD == /home/wizawu/repos/* ]]; then
611
/usr/bin/git config user.name $(echo d2h1YWwK | base64 -d)
712
/usr/bin/git config user.email $(echo d2h1YWxAc2VydnlvdS5jb20uY24K | base64 -d)

0 commit comments

Comments
 (0)