1.1.12. git push命令

//推送所有分支到指定upstream
git push --all <upstream>

git push -u upstream master


// 强制提交,替换remote的master
git push -f origin master