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 view stashed changes
- Stash current changes without commit
- How to delete all local branches which has been deleted on the remote
- Make a new branch with uncommitted changes
- How to untrack a file
- How to rename local branch
- How to remove specific remote branch locally
- How to push local branch to a remote repository
- How to view diff with stashed files
See more codes...