AdSense

網頁

2019/10/30

Git 使用git fetch --all更新全部的遠端分支 user git fetch --all to update all remote branches

Git更新所有分支(branch)狀態的指令如下。

一般多是用git fetch <remote_branch>來更新某一個遠端分支(remote branch)且不與本地分支合併。<remote_branch>為遠端分支的名稱,例如更新遠端分支origin/dev的指令為git fetch origin/dev


但如果要同時更新全部的遠端分支且不與本地分支合併,可使用git fetch --all指令,如此全部的遠端分支都會被更新。

沒有留言:

AdSense