摘要:
如何在一个已经存在的项目推送到新建的版本库中 1.初始化项目 git init 2.添加到本地仓库 git add. 3.初始化提交 git commit -m '初始化提交' 4.粘贴git仓库的地址 5.将本地的仓库关联到远程仓库 git remote add origin https://gi 阅读全文
posted @ 2017-08-31 13:27
风流倜傥小小张
阅读(514)
评论(0)
推荐(0)
2017年8月31日