카테고리 없음
gitconfig
FantasyCode
2018. 11. 11. 23:28
.gitconfig
[color]
diff = auto
status = auto
branch = auto
interactive = auto
ui = true
pager = true
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = green
changed = red
untracked = cyan
[alias]
cm = commit
co = checkout
st = status
br = branch