1.新建一个本地仓库
git init
2.本地仓库关联远程仓库
git remote add origin https://github.com/…git(远程仓库链接地址)
3.接着就可以pull或者push啦
1.新建一个本地仓库
git init
2.本地仓库关联远程仓库
git remote add origin https://github.com/…git(远程仓库链接地址)
3.接着就可以pull或者push啦