gitHow to checkout tag
Usage example
git checkout v0.7
output
Note: switching to 'v0.7'.
...
Related
More of Git
- How to view project's detailed history
- How to undo "git add" before commit
- How to push new tag
- How to list all commits
- How to update forked repository from master
- How to rename local branch
- Remove an existing remote
- How to rename a branch
- How to add file to commit
- How to view diff with stashed files
See more codes...