first commit

This commit is contained in:
2021-08-29 00:01:43 +08:00
commit f8b093ee06
15 changed files with 3647 additions and 0 deletions

24
gitconfig Normal file
View File

@@ -0,0 +1,24 @@
[core]
editor = vim
[merge]
tool = vimdiff
[color]
branch = auto
diff = auto
interactive = auto
status = auto
ui = auto
[color "branch"]
current = red bold
local = green
remote = blue
[color "diff"]
meta = red bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = red
changed = green
untracked = cyan