This commit is contained in:
Jay
2021-11-26 21:01:28 +08:00
commit 23a5c6ea5a
11 changed files with 386 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{{#if (and email git_username)~}}
[user]
name = {{git_username}}
email = {{email}}
{{/if~}}
[merge]
tool = vimdiff
[diff]
tool = vimdiff
trustExitCode = true
[difftool]
prompt = false
[alias]
d = difftool
co = checkout
ci = commit -v
l = log --oneline --graph --all
ls = log --graph --pretty=format:\"%h <%an> %ar %s\" --all
st = status
br = branch
[mergetool]
keepBackup = false
[core]
editor = vim
# vim: ft=gitconfig