[core]
    pager  = less -+F
	editor = nvim

[init]
    defaultBranch = main

[pull]
	rebase = true

[log]
    date = iso-local

[include]
    path = ~/.config/.gitconfig

[alias]
    graph = log \
        --oneline \
        --all \
        --graph \
        --pretty='tformat:%C(yellow)%h %C(blue)%as%C(auto)%d %C(reset)%s'

    oneline = !git --no-pager log \
        -n 20 \
        --pretty='tformat:%C(yellow)%h %C(blue)%as%C(auto)%d %C(reset)%s'
