mirror of
https://github.com/balkian/dotfiles.git
synced 2025-08-23 08:02:19 +00:00
New config
This commit is contained in:
19
git/.gitconfig
Normal file
19
git/.gitconfig
Normal file
@@ -0,0 +1,19 @@
|
||||
[user]
|
||||
name = J. Fernando Sánchez
|
||||
email = balkian@gmail.com
|
||||
[diff]
|
||||
tool = vimdiff
|
||||
[alias]
|
||||
d = difftool
|
||||
[include]
|
||||
path = ~/.gitconfig_secret
|
||||
|
||||
[color]
|
||||
ui = true
|
||||
|
||||
[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"
|
||||
[core]
|
||||
excludesfile = ~/.gitignore_global
|
Reference in New Issue
Block a user