个人电脑git命令行简写笔记
2018-07-20 本文已影响0人
mx52jing
简写 | 效果 |
---|---|
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 |