gitHow to checkout tag
Usage example
git checkout v0.7
output
Note: switching to 'v0.7'.
...Related
More of Git
- How to undo "git add" before commit
- How to update forked repository from master
- How to abort conflicting merge
- How to view project's short history
- How to rename local branch
- 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 untrack a file
- How to revert repository back to last commit
See more codes...