git add
git commit
git checkout -b abc abc/mstaer
git pull
git push abc HEAD:refs/for/abc
git reset --soft HEAD~1
git revert xxxx
git diff
git diff --cached
git commit --amend
repo start xxx
repo upload ./
原文:https://www.cnblogs.com/kaosine/p/12102660.html