Fixed typo in difftool alias
This commit is contained in:
parent
8d39ea84c2
commit
b81af1838d
|
@ -89,7 +89,7 @@
|
||||||
rbi = rebase --interactive
|
rbi = rebase --interactive
|
||||||
s = status --short --branch
|
s = status --short --branch
|
||||||
sb = show-branch -a
|
sb = show-branch -a
|
||||||
dt = diftool
|
dt = difftool
|
||||||
|
|
||||||
[branch]
|
[branch]
|
||||||
autosetupmerge = true
|
autosetupmerge = true
|
||||||
|
|
Loading…
Reference in a new issue