workspaces/gitconfig.template
2025-04-17 11:59:16 +01:00

13 lines
200 B
Plaintext

[user]
name = ${GIT_NAME}
email = ${GIT_EMAIL}
[core]
sshCommand = /opt/secure/ssh/secure-ssh-wrapper.sh
[alias]
co = checkout
st = status
ci = commit
lg = log --oneline --graph --all