Files
dotfiles/gitconfig/.gitconfig
T
2026-05-08 13:56:15 +02:00

23 lines
336 B
INI

[core]
pager = less -+F
editor = nvim
[init]
defaultBranch = main
[pull]
rebase = true
[log]
date = iso-local
[include]
path = ~/.config/.gitconfig
[format]
pretty = tformat:%C(yellow)%h %C(blue)%as%C(auto)%d %C(reset)%s
[alias]
graph = log --oneline --all --graph
oneline = !git --no-pager log -20