gitHow to checkout tag
Usage example
git checkout v0.7
output
Note: switching to 'v0.7'.
...
Related
More of Git
- How to change branch
- How many lines of code from specific author
- How to view project's detailed history
- How to undo "git add" before commit
- How to delete all local branches which has been deleted on the remote
- How to remove specific remote branch locally
- Remove an existing remote
- How to check patch (dry-run) before applying it
- How to update a branch from master
- How to rename a branch
See more codes...