Git 配置
作者:
请叫我Pro大叔 | 来源:发表于
2020-05-23 09:35 被阅读0次[user]
[color]
branch = auto
diff = auto
interactive = auto
pager = true
status = auto
ui = true
[color "status"]
added = green
changed = yellow
untracked = red
[push]
default = current
[core]
autocrlf = input
pager = less -FRSX
[alias]
br = branch
ps = push
pl = pull
ci = commit
co = checkout
st = status -sb
lg = log --graph --pretty=format:'%C(yellow)%h%C(auto)%d%Creset %s %C(white)- %an, %ar%Creset'
本文标题:Git 配置
本文链接:https://www.haomeiwen.com/subject/heebohtx.html
网友评论