mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2024-12-26 03:48:12 +01:00
17 lines
220 B
INI
17 lines
220 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 = true
|
|
|
|
[help]
|
|
autocorrect = 40
|
|
|
|
[core]
|
|
editor = vim
|