Commit f75fa43e authored by lishijun's avatar lishijun

-m新增刷新分支指令

parent 5d200534
......@@ -305,8 +305,14 @@ $ git branch -d <branch>
$ git branch -D <branch>
```
##### 刷新分支:
```javascript
git remote update origin --prune
```
##### 给当前版本打标签:
```
$ git tag <tag-name>
```
......@@ -845,4 +851,3 @@ git flow hotfix finish VERSION
<img alt="Git" src="Img/remote_loacl.png">
</p>
<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