Activity 01
Pair Setup: Initialize and Commit
Pairs create a shared GitHub repository and clone it locally. They take turns editing a simple HTML file, staging changes with git add, committing with descriptive messages, and pushing updates. End by pulling each other's changes to see integration.
Explain the purpose of version control systems in collaborative software development.
Facilitation TipDuring Pair Setup, circulate to ensure partners alternate roles between committer and reviewer every commit to reinforce shared responsibility.
What to look forPresent students with a scenario: 'You and a partner are working on the same file. You both make changes and commit them. What command should you use to get your partner's changes, and what command should you use to send yours?'