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 view diff with stashed files
- How to delete remote branch
- How to see difference between working directory and last commit
- How to remove specific remote branch locally
- How to uncommit last commit but keep changes
- How to push local branch to a remote repository
- How to merge branch to master
- How to check patch (dry-run) before applying it
- How to undo "git add" before commit
See more codes...