git 拉取文件
拉取文件:
- 获取remote中最新的修改:
git fetch
- 将remote中的文件拉取到本地:
git pull
- 从远程库中克隆repo:
- github拉取
git clone git@github.com:git名/git仓库名.git
- 码云拉取
git clone git@gitee.com:git名/git仓库名.git
- github拉取
拉取文件:
git fetch
git pull
git clone git@github.com:git名/git仓库名.git
git clone git@gitee.com:git名/git仓库名.git