22 lines
813 B
INI
22 lines
813 B
INI
[user]
|
|
name = Fabio Scotto di Santolo
|
|
email = fabio.scottodisantolo@gmail.com
|
|
[core]
|
|
pager =
|
|
editor = emacs -nw
|
|
[push]
|
|
followTags = true
|
|
[remote "origin"]
|
|
prune = true
|
|
[alias]
|
|
lg = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)%n' --all
|
|
onelinegraph = log --oneline --graph --decorate
|
|
expireunreachablenow = reflog expire --expire-unreachable=now --all
|
|
gcunreachablenow = gc --prune=now
|
|
ld = log -p
|
|
daily = log --all --author=\"$(git config --get user.name)\" --since=yesterday.midnight --date=format:\"%d %h|%H:%m\" --pretty=format:\"%C(yellow)%h%Xreset|%cd|%C(blue)%s\"
|
|
[color "status"]
|
|
branch = magenta
|
|
untracked = cyan
|
|
unmerged = yellow
|