Browse Source

merge test 1

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

5
README.md

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

Loading…
Cancel
Save