Exercises Session 3
- Create a tag on the current commit using
git tag -a v1 -m 'this is v1' - Use
gitk --allto see it. - Use
git logto see it.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
git tag -a v1 -m 'this is v1'gitk --all to see it.git log to see it.