git 快捷方式

 

 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  

上一篇:操作系统 ---虚拟内存管理


下一篇:设置定时任务让DadaLoader每天自动备份salesforce数据库表数据