Activity 01
Pairs: Git Commit Relay
Pairs start with a shared repository containing starter code. Student A adds a simple function, stages with git add, commits with a message, and pushes. Student B pulls changes, reviews the code, adds another function, and pushes. Pairs alternate for five rounds, discussing changes each time.
Explain the benefits of using version control systems like Git in team projects.
Facilitation TipDuring Git Commit Relay, have each pair write their commands on sticky notes so you can see their thought process in real time.
What to look forProvide students with a scenario: 'You just finished a small bug fix. What are the three Git commands you would use to save your changes locally and prepare them for sharing?' Review student responses for accuracy in command order and purpose.