标签:仓库 提交 下载到本地 远程文件 remote 更新 add 远程仓库 comm
git clone 仓库地址
git add *
git commit -m ‘提交的说明‘
git push origin master
git pull origin master
git init
git remote add origin https://gitee.com/Laoguihua/briup.git
git push -f origin master
标签:仓库 提交 下载到本地 远程文件 remote 更新 add 远程仓库 comm
原文地址:https://www.cnblogs.com/nthforsth/p/14195512.html