Activity 01
Hands-On Lab: First Git Workflow
Students follow a guided sequence to initialize a repository, create a text file, stage changes with git add, commit with a descriptive message, and view the log with git log. After completing the sequence, they make a second change and practice the add-commit cycle again, reinforcing that commits are intentional checkpoints.
Explain how version control systems prevent data loss in collaborative environments.
Facilitation TipDuring the First Git Workflow lab, circulate to ensure students physically type each command rather than copy-pasting, so they experience the syntax firsthand.
What to look forProvide students with a scenario: 'You just finished adding a new feature to your project. What are the next three Git commands you would use to save this work and share it?' Students write the commands and a brief explanation for each.