代码拉取完成,页面将自动刷新
[include]
path = ~/.gitconfig_username
[color]
branch = auto
diff = auto
status = auto
ui = true
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red
new = cyan
[color "status"]
added = yellow
changed = green
untracked = cyan
[push]
default = simple
excludesfile = ~/.gitignore_global
[alias]
gr = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x20%x1b[33m(%an)%x1b[0m"
[diff]
tool = diffmerge
[difftool "diffmerge"]
com = "diffmerge \"$LOCAL\" \"$REMOTE\" "
[merge]
tool = diffmerge
[mergetool "diffmerge"]
trustExitCode = true
cmd = "diffmerge --merge --result=\"$MERGED\" \"$LOCAL\" \"$BASE\" \"$REMOTE\" "
[credential]
helper = osxkeychain
[user]
email = jmorales@gmail.com
name = John Morales
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。