Browse Source

merge test 1

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

5
README.md

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

Loading…
Cancel
Save