码迷,mamicode.com
首页 > 其他好文 > 详细

git常用别名设置,保存一份

时间:2018-05-29 16:18:55      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:nbsp   com   for   保存   set   文件   pre   info   admin   

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常用别名设置,保存一份

标签:nbsp   com   for   保存   set   文件   pre   info   admin   

原文地址:https://www.cnblogs.com/hero123/p/9105381.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!