mirror of https://gitlab.com/dabruh/dotfiles.git
18 lines
221 B
INI
18 lines
221 B
INI
|
[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]
|
||
|
rebase = false
|
||
|
|
||
|
[help]
|
||
|
autocorrect = 40
|
||
|
|
||
|
[core]
|
||
|
editor = vim
|