git config
This commit is contained in:
parent
c54685ca8a
commit
70bb3cd4d5
5
install-hooks/git/post-install
Executable file
5
install-hooks/git/post-install
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
git config --global user.name "$USER"
|
||||
git config --global user.email "${USER}@${HOST}"
|
||||
git config --global user.signingkey "$USER"
|
||||
Loading…
x
Reference in New Issue
Block a user