Lesson
https://nus-cs2103-ay2526s1.github.io/website/book/gitAndGithub/tag/
Hands-on setup
Responses to provide when running new.sh:
Hands-on name: hp-move-tags
Requires Git? (defaults to y) [y/N]: y
Requires Github? (defaults to y) [y/N]: y
- Fork https://github.com/git-mastery/samplerepo-preferences to users account
- Clone the fork to user's computer
Do the equivalent of the following operations:
git tag v1.0
git tag -a v0.9 HEAD~2 -m "First beta release"
Instructions for students
Continue with the sandbox of the previous hands-on practical, or run gitmastery download hp-move-tags to create a fresh sandbox for this practical.
Requires remote repository?
Yes. Already present https://github.com/git-mastery/samplerepo-preferences
Additional remarks
N/A