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 undo "git add" before commit
- How to remove specific remote branch locally
- Make a new branch with uncommitted changes
- How to rename local branch
- How to push local branch to a remote repository
- How to rename a branch
- How to view stashed changes
- How to see difference between working directory and last commit
- How to delete all local branches which has been deleted on the remote
See more codes...