美文网首页
个人电脑git命令行简写笔记

个人电脑git命令行简写笔记

作者: mx52jing | 来源:发表于2018-07-20 14:18 被阅读0次
简写 效果
g git
ga git add
gb git branch
gba git branch -a
gbd git branch -d
gc git commit -v
gcmsg git commit -m
gco git checkout
gd git diff
gf git fetch
gfa git fetch --all --prune
gl git pull
glg git log --stat
gm git merge
gp git push
grb git rebase
grba git rebase --abort
grbc git rebase --continue
gst git status

相关文章

网友评论

      本文标题:个人电脑git命令行简写笔记

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