feat(git): add gitconfig template
This commit is contained in:
parent
34feace59e
commit
9380da2f45
12
gitconfig.template
Normal file
12
gitconfig.template
Normal 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
|
Loading…
x
Reference in New Issue
Block a user