2017-12-20 23:45:53 +01:00
|
|
|
[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 --
|
|
|
|
stat = status
|
2018-01-04 14:54:30 +01:00
|
|
|
cd = git rev-parse --show-toplevel
|
|
|
|
ignore = update-index --assume-unchanged
|
2017-12-20 23:45:53 +01:00
|
|
|
[core]
|
2018-01-04 14:54:30 +01:00
|
|
|
excludesfile = ~/.gitignore
|