一、GitHub二次上传顺序 检查分支,确定分支提交到缓冲区 git add 将缓冲区内容提交到本地仓库 git commit -m 描述上传内容推送到远程仓库 git push 转载于:https://www.cnblogs.com/xyJen/p/11210718.html