标签:实例 https ORC des 文件夹 nbsp comm ast 远程仓库
git init //实例化本地仓库
git add . //添加所有文件
git commit -m ‘desc‘ //提交+描述
git remote add origin https:git.... //添加远程仓库
git push -u origin master //push到远程仓库,或重新覆盖远程仓库git push --force --set-upstream origin master
标签:实例 https ORC des 文件夹 nbsp comm ast 远程仓库
原文地址:https://www.cnblogs.com/zhcnblog/p/9086585.html