gitHow to checkout tag
Usage example
git checkout v0.7
output
Note: switching to 'v0.7'.
...Related
More of Git
- How to push local branch to a remote repository
- Make a new branch with uncommitted changes
- How to compare two branches
- How to list not yet pushed commits
- How to view project's detailed history
- How to untrack a file
- How to undo "git add" before commit
- How to rollback to specific commit
- How to add all files to commit
- How to update a branch from master
See more codes...