Skip to content

Commit 7594cb7

Browse files
committed
Add mini cheat sheet
1 parent 03da301 commit 7594cb7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,13 @@ $ git tag -a v1.0.0 -m "Production release"
104104
$ git push --follow-tags
105105
```
106106

107+
`git tag` mini cheat sheet
108+
```
109+
$ git fetch --all # fetch all remote to local
110+
$ git push --delete origin v0.8.1 # Remove tag remote
111+
$ git tag --delete v0.8.1 # Remove tag local
112+
```
113+
107114
## Built with
108115

109116
* [Cobra](https://github.com/spf13/cobra) - Cobra is both a library for creating powerful modern CLI applications as well as a program to generate applications and command files.

0 commit comments

Comments
 (0)