text 的.gitconfig
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 的.gitconfig相关的知识,希望对你有一定的参考价值。
[core]
excludesfile = /Users/varkadov/.gitignore
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /Applications/Sourcetree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true
[user]
name = Vadim Arkadov
email = varkadov@avito.ru
[commit]
template = /Users/varkadov/.stCommitMsg
[alias]
a = add
amend = commit --amend
ca = commit --amend
one = log --pretty=oneline
m = merge
co = checkout
br = branch
ci = commit
st = status
s = status
f = fetch
pl = pull
ps = push
cp = cherry-pick
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
以上是关于text 的.gitconfig的主要内容,如果未能解决你的问题,请参考以下文章
text 的.gitconfig
text 在~~ / gitconfig上定义的别名
text 的.gitconfig
text gitconfig
text gitconfig
text 备份.gitconfig