Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 424 Bytes

git_fetch.md

File metadata and controls

15 lines (10 loc) · 424 Bytes

git fetch 指令

参考资料:

git fetch 常用指令:

  • git fetch

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

  • git fetch branch_name

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

相关指令:

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