Browse Source

commit 1

master V0.2
zara 2 years ago
parent
commit
37e9379962
  1. 6
      README.md

6
README.md

@ -3,3 +3,9 @@ @@ -3,3 +3,9 @@
## merge
## 回退
## tag
### 推送tag
```bash
git push $tagName #推送 $tagName
git push --tags #推送所有tag
```
Loading…
Cancel
Save