美文网首页
git alias 别名

git alias 别名

作者: 于殿国 | 来源:发表于2018-11-04 10:01 被阅读0次
DeadPhotographer_ZH-CN9480942912_1920x1080.jpg
vim .git/config 
# 添加文档到末尾
[alias]
    co = checkout
    ci = commit
    br = branch
    st = status

相关文章

网友评论

      本文标题:git alias 别名

      本文链接:https://www.haomeiwen.com/subject/izchxqtx.html