详细教程
https://www.yiibai.com/git/git_push.html
常用命令
git pull origin
git add xxx.txt
git commit -m "说明xx"
git push origin master
git bash常用命令
原文:https://www.cnblogs.com/sanyejun/p/10544121.html