git: add difftool alias
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
co = checkout
|
co = checkout
|
||||||
cp = cherry-pick
|
cp = cherry-pick
|
||||||
d = diff
|
d = diff
|
||||||
|
dt = difftool --tool=vimdiff --no-prompt
|
||||||
lg = log --oneline --decorate --graph
|
lg = log --oneline --decorate --graph
|
||||||
lgp = lg -p
|
lgp = lg -p
|
||||||
pl = pull --rebase
|
pl = pull --rebase
|
||||||
@@ -22,8 +23,6 @@
|
|||||||
r = rebase
|
r = rebase
|
||||||
sh = show
|
sh = show
|
||||||
st = status
|
st = status
|
||||||
yeet = push
|
|
||||||
yoink = pull
|
|
||||||
[blame]
|
[blame]
|
||||||
date = relative
|
date = relative
|
||||||
coloring = highlightRecent
|
coloring = highlightRecent
|
||||||
|
|||||||
Reference in New Issue
Block a user