Updated MAINT.md

This commit is contained in:
Shuai Lin 2016-12-21 16:25:54 +08:00
parent 04756d020f
commit 129ff13955

View file

@ -21,3 +21,7 @@ git push origin v6.0.7
``` ```
git push origin unstable:master git push origin unstable:master
``` ```
* Delete the unstable branch
```sh
git push origin :unstable
```