modify gitconfig

This commit is contained in:
jay 2022-10-27 12:17:48 +08:00
parent f5001b452c
commit 86c1ca2c9f
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@
ls = log --graph --pretty=format:\"%h <%an> %ar %s\" --all
st = status
br = branch
wt = worktree
wta = worktree add
wtr = worktree remove
wtl = worktree list
[mergetool]
keepBackup = false
[mergetool "vimdiff"]