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 short history
- How to view diff with stashed files
- How to undo "git add" before commit
- How to rename local branch
- Make a new branch with uncommitted changes
- How to update forked repository from master
- How to update a branch from master
- How to untrack a file
- How to view stashed changes
- How to unstash changes
See more codes...