本文来自我的个人博客 https://www.zhangshenghai.com/posts/757/
在Github中创建远程库,然后从远程库克隆到本地。
git clone git@github.com:shenghaishxt/ProjectName.git # 克隆
cd ProjectName/
git add . # 添加文件
git commit -m 'ProjectName'
git push
本文来自我的个人博客 https://www.zhangshenghai.com/posts/757/
在Github中创建远程库,然后从远程库克隆到本地。
git clone git@github.com:shenghaishxt/ProjectName.git # 克隆
cd ProjectName/
git add . # 添加文件
git commit -m 'ProjectName'
git push
本文标题:Git远程仓库的使用
本文链接:https://www.haomeiwen.com/subject/qihwuqtx.html
网友评论