Activity 01
Pair Practice: Shared Repo Setup
Pairs create a GitHub repo, clone it locally, then take turns editing a shared HTML file: one adds content and commits, the other pulls, modifies, and pushes. Discuss conflicts if they arise. End with viewing the commit history online.
Explain the benefits of using version control systems like Git in software development.
Facilitation TipDuring Pair Practice, circulate to ensure both partners take turns initiating repos and pushing changes, reinforcing shared ownership of the workflow.
What to look forPresent students with a scenario: 'You have made changes to your code and want to save them locally before starting a new feature. What two Git commands would you use in order?' Ask students to write the commands and a brief explanation for each.