ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
## 参考资料: * [git fetch官方API](https://git-scm.com/docs/git-fetch) ## git fetch 常用指令: * git fetch * 更新所有远程分支代码到本地 * git fetch branch_name * 更新指定远程分支代码到本地 ## 相关指令: * [git pull](http://www.kancloud.cn/wteamxq/git_rank/276484) 更新合并代码指令: 我比`git fetch`方便,更实用一些;