Added .gitconfig file
This commit is contained in:
11
.gitconfig
Normal file
11
.gitconfig
Normal 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
|
||||||
Reference in New Issue
Block a user