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 project's detailed history
- How to see difference between working directory and last commit
- Remove an existing remote
- How to revert repository back to last commit
- How to untrack a file
- How to merge branch to master
- How to undo "git add" before commit
- How to rename local branch
- How to delete all local branches which has been deleted on the remote
See more codes...