13 lines
200 B
Plaintext
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
|