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

posted @ 2018-11-25 22:15  HiCYP  阅读(130)  评论(0编辑  收藏  举报