2013-01-13 02:39:33 +00:00
|
|
|
[user]
|
2013-06-20 16:19:23 +00:00
|
|
|
name = J. Fernando Sánchez
|
2013-01-13 02:39:33 +00:00
|
|
|
email = balkian@gmail.com
|
|
|
|
[diff]
|
|
|
|
tool = vimdiff
|
|
|
|
[alias]
|
|
|
|
d = difftool
|
2015-03-15 22:29:01 +00:00
|
|
|
[include]
|
|
|
|
path = ~/.gitconfig_secret
|
|
|
|
|
2013-01-13 02:39:33 +00:00
|
|
|
[color]
|
2015-02-23 06:07:14 +00:00
|
|
|
ui = true
|
2013-01-13 02:39:33 +00:00
|
|
|
|
|
|
|
[alias]
|
|
|
|
lg1 = log --graph --all --format=format:'%C(yellow)%h%C(reset) - %C(green)(%ad)%C(reset) %C(white)%s%C(reset) %C(bold white)— %an%C(reset)%C(bold yellow)%d%C(reset)' --abbrev-commit --date=relative
|
|
|
|
lg2 = log --graph --all --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(bold white)— %an%C(reset)' --abbrev-commit
|
|
|
|
lg = !"git lg1"
|
2015-01-22 22:56:14 +00:00
|
|
|
[core]
|
2015-09-18 00:14:17 +00:00
|
|
|
excludesfile = ~/.gitignore_global
|