git branch -a / git branch -l -a
git branch
git checkout -b
git branch -d
git push origin --delete
git clone -b
git cherry-pick
格式:git push <远程主机名> <本地分支名>:<远程分支名>
git push origin master 相当于 git push origin master:master
git log
git show
git show
git add readme.txt
git commit -m xxx