dotfiles/.gitconfig

18 lines
220 B
INI
Raw Normal View History

2022-05-27 21:07:07 +02:00
[alias]
br = branch
cot = checkout
d = !git --no-pager diff
fo = fetch origin
lo = log --name-status
st = status -sb
stat = !git --no-pager diff --stat
[pull]
2022-06-13 12:31:01 +02:00
rebase = true
2022-05-27 21:07:07 +02:00
[help]
autocorrect = 40
[core]
editor = vim