git-tag, git-fetch: add example for fetching tags (#1128)

This commit is contained in:
Waldir Pimenta
2016-10-27 05:55:22 +01:00
committed by Agniva De Sarker
parent 669e845d3f
commit 173d353375
2 changed files with 9 additions and 1 deletions

View File

@@ -18,3 +18,7 @@
- Delete the tag with the given name:
`git tag -d {{tag_name}}`
- Get updated tags from upstream:
`git fetch --tags`