1
0
Files
dotfiles/git/.gitconfig
2025-03-31 20:18:34 +02:00

19 lines
263 B
INI

[include]
path = ~/.gitconfig.local
[alias]
st = status
logg = log --graph --decorate --oneline --all
cm = commit
df = diff
dfs = diff --staged
[core]
editor = nvim
[pull]
rebase = true
[init]
templateDir = ~/.git-template