18 lines
490 B
INI
18 lines
490 B
INI
[alias]
|
|
lg = log --color --graph --pretty=format:'%Cred%h%Creset %Cgreen(%cr)%Creset %C(bold blue)%an%Creset%C(yellow)%d%Creset %s' --abbrev-commit
|
|
stat = status -sb
|
|
tags = !git log --decorate=full --all --pretty=format:'%ai %d %s' --abbrev-commit | grep 'refs/tags' | sed -E 's/\\(tag:.+\\)[[:space:]]//'
|
|
[color]
|
|
ui = true
|
|
[user]
|
|
email = tommy.mont@gmail.com
|
|
name = tmont
|
|
[push]
|
|
default = upstream
|
|
[merge]
|
|
tool = diffuse
|
|
[mergetool]
|
|
keepBackup = false
|
|
[core]
|
|
pager = less -x4
|