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 rename local branch
- How to view stashed changes
- How to update forked repository from master
- How to push new tag
- How to rename a branch
- How to list not yet pushed commits
- How to list all commits
- How to compare two branches
- Make a new branch with uncommitted changes
See more codes...