git命令

git clone -b 你的远程分支名 你的远程仓库地址

cd 文件夹

git pull (建立映射)

提交 git add .
git commit -m ‘fix’ -n
git push 

原文地址:https://www.cnblogs.com/l8l8/p/9707839.html