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 view project's detailed history
- How to undo "git add" before commit
- How to delete all local branches which has been deleted on the remote
- How to see difference between working directory and last commit
- Stash current changes without commit
- How to revert repository back to last commit
- How to update forked repository from master
- How to unstash changes
- How to rename a branch
See more codes...