Browse Source

merge test 1

master
zara 2 years ago
parent
commit
45c381e36d
  1. 3
      README.md

3
README.md

@ -2,6 +2,9 @@
## 分支 ## 分支
## merge ## merge
## 回退 ## 回退
```bash
git checkout $tagName; git checkout -b $newbranchname #切换到某个版本,再添加分支
```
## tag ## tag
### 推送tag ### 推送tag

Loading…
Cancel
Save