## 參考資料:
* [git fetch官方API](https://git-scm.com/docs/git-fetch)
## git fetch 常用指令:
* git fetch
* 更新所有遠程分支代碼到本地
* git fetch branch_name
* 更新指定遠程分支代碼到本地
## 相關指令:
* [git pull](http://www.hmoore.net/wteamxq/git_rank/276484) 更新合并代碼指令: 我比`git fetch`方便,更實用一些;