Commit 5c48458d authored by lishijun's avatar lishijun

add update remote

parent dd5316c3
...@@ -266,7 +266,14 @@ $ git branch ...@@ -266,7 +266,14 @@ $ git branch
$ git branch -r $ git branch -r
``` ```
##### 更新所有的远端分支:
```
$ git remote update origin --prune
```
##### 切换分支: ##### 切换分支:
``` ```
$ git checkout <branch> $ git checkout <branch>
``` ```
...@@ -816,4 +823,3 @@ git flow hotfix finish VERSION ...@@ -816,4 +823,3 @@ git flow hotfix finish VERSION
<img alt="Git" src="Img/remote_loacl.png"> <img alt="Git" src="Img/remote_loacl.png">
</p> </p>
<hr> <hr>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment