-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
22 lines (22 loc) · 837 Bytes
/
.gitconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[user]
email = jp.abbuehl@gmail.com
name = Jean-Paul Abbuehl
[core]
excludesfile = /Users/jean-paul.abbuehl/.gitignore_global
editor = vim
[credential]
helper = store
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
lg2 = log --graph --abbrev-commit --decorate --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(dim white)- %an%C(reset)'
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
[push]
default = current
[color]
ui = true
[diff]
algorithm = histogram