将本地项目上传到远程分支

git add .
git commit -m “commit”
git push (-f) --set-upstream origin [远程分支名]
-f表示强制覆盖

你可能感兴趣的:(将本地项目上传到远程分支)