| 简写 | 效果 |
|---|---|
| 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 |










网友评论