git config

This commit is contained in:
TheK4n 2023-11-23 09:49:18 +03:00
parent c54685ca8a
commit 70bb3cd4d5

5
install-hooks/git/post-install Executable file
View 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"