dotfiles/.gitconfig

22 lines
275 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
2022-07-01 15:35:50 +02:00
sw = switch
2022-05-27 21:07:07 +02:00
[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
2022-06-30 12:59:19 +02:00
[include]
path = ~/.config/git/.gitconfig