add git config

This commit is contained in:
Kai Ton 2024-02-27 02:51:23 +00:00
parent 84f9183bc9
commit 49b97c6c4d
1 changed files with 21 additions and 0 deletions

21
.gitconfig Normal file
View File

@ -0,0 +1,21 @@
[core]
repositoryformatversion = 0
fileMode = false
bare = false
logallrefupdates = true
[color]
ui = true
[color "branch"]
current = yellow bold
local = green bold
remote = cyan bold
[color "diff"]
meta = yellow bold
frag = magenta bold
old = orange bold
new = green bold
whitespace = red reverse
[color "status"]
added = green bold
changed = yellow bold
untracked = red bold