1.git remote -v 查看远程库列表
2.git remote add rtname hppt地址 添加远程库别名
3.git push rtname 分支名 提交代码到远程库
4.git pull rtname 分支名 拉取代码到本地
5.git clone http地址 克隆代码到本地库
5.1 初始化本地库
5.2 拉取代码
5.3 添加远程库别名
git远程库的基础操作
最新推荐文章于 2024-04-12 11:39:10 发布
1.git remote -v 查看远程库列表
2.git remote add rtname hppt地址 添加远程库别名
3.git push rtname 分支名 提交代码到远程库
4.git pull rtname 分支名 拉取代码到本地
5.git clone http地址 克隆代码到本地库
5.1 初始化本地库
5.2 拉取代码
5.3 添加远程库别名