程式與日常
Git更新所有分支(branch)狀態的指令如下。
一般多是用git fetch <remote_branch>來更新某一個遠端分支(remote branch)且不與本地分支合併。<remote_branch>為遠端分支的名稱,例如更新遠端分支origin/dev的指令為git fetch origin/dev。
git fetch <remote_branch>
<remote_branch>
origin/dev
git fetch origin/dev
但如果要同時更新全部的遠端分支且不與本地分支合併,可使用git fetch --all指令,如此全部的遠端分支都會被更新。
git fetch --all
張貼留言
沒有留言:
張貼留言