1 Star 0 Fork 0

weaver2007/dotfiles

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
gitconfig 880 Bytes
一键复制 编辑 原始数据 按行查看 历史
John Morales 提交于 2018-10-19 17:57 . Adding latest changes
[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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/weaver2007/dotfiles.git
git@gitee.com:weaver2007/dotfiles.git
weaver2007
dotfiles
dotfiles
master

搜索帮助