modify gitconfig
This commit is contained in:
parent
f5001b452c
commit
86c1ca2c9f
@ -18,6 +18,10 @@
|
|||||||
ls = log --graph --pretty=format:\"%h <%an> %ar %s\" --all
|
ls = log --graph --pretty=format:\"%h <%an> %ar %s\" --all
|
||||||
st = status
|
st = status
|
||||||
br = branch
|
br = branch
|
||||||
|
wt = worktree
|
||||||
|
wta = worktree add
|
||||||
|
wtr = worktree remove
|
||||||
|
wtl = worktree list
|
||||||
[mergetool]
|
[mergetool]
|
||||||
keepBackup = false
|
keepBackup = false
|
||||||
[mergetool "vimdiff"]
|
[mergetool "vimdiff"]
|
||||||
|
Loading…
Reference in New Issue
Block a user