Files
dotfiles/gitconfig/.gitconfig
2025-08-21 12:16:04 +02:00

19 lines
265 B
INI

[core]
editor = nvim
[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 = log -20