codershenghai / shenghaishxt.github.io

My Blog
1 stars 0 forks source link

Git远程仓库的使用 | shenghai's blog | shxt #76

Open codershenghai opened 5 years ago

codershenghai commented 5 years ago

http://www.zhangshenghai.com/posts/757/

在Github中创建远程库,然后从远程库克隆到本地。 12345git clone git@github.com:shenghaishxt/ProjectName.git # 克隆cd ProjectName/git add . # 添加文件git commit -m 'ProjectName'git push