diff --git a/.gitconfig b/.gitconfig index e810554..851b5eb 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,24 +1,25 @@ [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 + 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 + rebase = true [help] -autocorrect = 40 + autocorrect = 40 [core] -editor = vim + editor = vim [gitreview] -remote = origin + remote = origin [include] -path = ~/.config/git/.gitconfig + path = ~/.config/git/.gitconfig