Files
dotfiles/.gitconfig
Fabio Scotto di Santolo 4449d9da58 Configure tmux
2024-02-21 16:09:41 +01:00

28 lines
965 B
INI

[user]
name = Fabio Scotto di Santolo
email = fabio.scottodisantolo@gmail.com
[core]
pager =
[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\"
notrack = update-index --assume-unchanged
track = update-index --no-assume-unchanged
unstage = "reset HEAD -- "
[color "status"]
branch = magenta
untracked = cyan
unmerged = yellow
[help]
autocorrect = 30
[init]
defautlBranch = main