Skip to content

Working with tags

Daniel Khashabi edited this page Jul 31, 2018 · 1 revision

Listing the tags:

git tag 

Reset to a tag:

git reset --hard tagname 
Clone this wiki locally