feat(git): add gitconfig template

This commit is contained in:
phoenix 2025-04-17 10:01:59 +01:00
parent 34feace59e
commit 9380da2f45

12
gitconfig.template Normal file
View File

@ -0,0 +1,12 @@
[user]
name = ${GIT_NAME}
email = ${GIT_EMAIL}
[core]
sshCommand = /usr/local/bin/secure-ssh-wrapper.sh
[alias]
co = checkout
st = status
ci = commit
lg = log --oneline --graph --all