Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 449 Bytes

git_fetch.md

File metadata and controls

14 lines (10 loc) · 449 Bytes

git fetch 指令

  • 参考资料
  • 本人对该指令不太熟悉,因为不常用

git fetch 常用指令:

  • git fetch

  • 更新所有远程分支代码到本地

  • git fetch branch_name

  • 更新指定远程分支代码到本地

相关指令:

  • git pull 更新合并代码指令: 我比git fetch方便,更实用一些;