Added .gitconfig file

clean_emacs
TuDatTr 2017-12-20 23:45:53 +01:00
parent 3f4cf8196e
commit 2715d63e53
1 changed files with 11 additions and 0 deletions

11
.gitconfig Normal file
View File

@ -0,0 +1,11 @@
[user]
email = tran.tuan-dat@mailbox.org
name = TuDatTr
[alias]
ls = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
gud = !git add * && git commit -m
stat = status
[core]
excludesfile = ~/.gitignore
[http]
sslVerify = false