首页 > 其他 > 详细

git 快捷方式

时间:2020-05-15 16:13:33      阅读:51      评论:0      收藏:0      [点我收藏+]

 

 vi ~/.gitconfig        ~意思为当前用户根目录

编辑 

[user]
        name = liudeyun
        email = liudeyun@test.com
[credential]
        helper = manager
[core]
        safecrlf = false
        autocrlf = false

[alias]
        st = status
        ci = commit
        co = checkout
        b  = branch
        pl = pull
        ps = push
         t = tag

  保存后,在使用git直接用     git pl   代表git  pull  

git 快捷方式

原文:https://www.cnblogs.com/yszr/p/12895525.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!