git常用别名设置,保存一份
Posted 现世安稳。
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git常用别名设置,保存一份相关的知识,希望对你有一定的参考价值。
git配置别名设置,保存一份
若git config --global xxxx 设置,则文件一般在 C:\\Users\\Administrator\\.gitconfig
[alias]
lg = log --color --graph --pretty=format:\'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset\' --abbrev-commit
co = checkout
ci = commit
br = branch
st = status
以上是关于git常用别名设置,保存一份的主要内容,如果未能解决你的问题,请参考以下文章