Git 远程仓库

1.与远程仓库建立关联以及建立错了更改的方法在

https://www.cnblogs.com/youpeng/p/10015435.html

2.将本地master 推送到 远程版本库

git push -u origin master

3.从远程仓库克隆

git clone git@github.com:helloworld/hello.git

原文地址:https://www.cnblogs.com/cypblogs/p/10017772.html