mirror of https://gitlab.com/dabruh/dotfiles.git
26 lines
342 B
INI
26 lines
342 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
|
|
sw = switch
|
|
dunk = !git diff | dunk
|
|
|
|
[pull]
|
|
rebase = true
|
|
|
|
[help]
|
|
autocorrect = 40
|
|
|
|
[core]
|
|
editor = vim
|
|
|
|
[gitreview]
|
|
remote = origin
|
|
|
|
[include]
|
|
path = ~/.config/git/.gitconfig
|