摘要:
# 本文的目的是:使用git pull命令会从远程仓库拉取最新的代码变更并自动与本地分支进行合并 ## 1.首先cd到一个本地git仓库中,然后使用git remote -v命令查看这个仓库是否和远程仓库建立练习 ![](https://img2023.cnblogs.com/blog/293505 阅读全文
摘要:
## 1.(先cd到本地的git仓库中)首先使用git remote -v 命令查看*当前本地仓库与远程仓库的关联信息。* ![](https://img2023.cnblogs.com/blog/2935053/202307/2935053-20230709204733526-856718384. 阅读全文
摘要:
## 1.在Github上新建一个远程仓库比如second_repo ## 2.在本地计算机上新建一个本地仓库比如gitrepo ## 3.在本地仓库gitrepo中打开git-bash ## 4.输入命令:git remote add origin https://github.com/TOMca 阅读全文