gitHow to checkout tag
Usage example
git checkout v0.7
output
Note: switching to 'v0.7'.
...Related
More of Git
- How to rename local branch
- How to delete repository
- How to check patch (dry-run) before applying it
- How to view project's detailed history
- How to unstash changes
- How to uncommit last commit but keep changes
- How to rename a branch
- How many lines of code are there in a repo
- How to push new tag
- How to commit
See more codes...