Warning
This issue is part of the GIT Going with GitHub course.
Do not start this challenge until the course officially begins.
Chapter 11: Git & Source Control Challenge
Student: @ssawczyn
Estimated Time: 10-15 minutes per challenge
Skill Level: intermediate
Challenge Overview
In this chapter, you will practice local Git workflows including branching, commits, pushes, and linked PRs.
All challenges in this chapter are linked to the Challenge Hub for full context and instructions.
Your Challenge: Push and Open Linked PR
Push your branch and open a PR that links the issue.
What You Need to Do
Complete the challenge following the instructions in the Challenge Hub
Open a pull request that references this issue: Closes #XX
Submit your work - your PR should include proof of completion
See your issue close automatically when your PR merges
How to Submit
Step 1: Claim This Issue
Reply with a comment: I'm working on this!
Step 2: Create Your Branch
git checkout -b chapter-11-challenge-ssawczyn
Step 3: Complete the Challenge
Follow the detailed steps in the Challenge Hub .
Push branch to GitHub
Open PR with Closes #XX
Include evidence (branch/commit)
Step 4: Open a Pull Request
When ready:
git push origin chapter-11-challenge-ssawczyn
Then open a PR with:
Title: Chapter 11: Push and Open Linked PR
Description: Include Closes #XX and add evidence of your work
Evidence: Screenshots, links to created issues, or proof of completion per the Challenge Hub
Step 5: Watch for Validation
Bot validation checks commit evidence, branch workflow, and linked PR format.
Expected Outcomes
You can clone, branch, commit, and push confidently
You can open a linked PR with clear evidence
You can trace your changes using Git history
If You Get Stuck
Re-read the Challenge Hub - it has detailed step-by-step instructions
Check the Screen Reader Cheat Sheet - keyboard commands for navigation
Watch the Chapter 11 walkthrough - audio explanation of the concepts
Ask in Slack - tag @Facilitator with #help and your challenge number
Comment on this issue - describe what's blocking you; facilitator will help
Learning Moment
Local Git gives you full control and immediate feedback before code reaches GitHub.
Next Step: Check out Challenge Hub for the next challenge or chapter!
Warning
This issue is part of the GIT Going with GitHub course.
Do not start this challenge until the course officially begins.
Chapter 11: Git & Source Control Challenge
Student: @ssawczyn
Estimated Time: 10-15 minutes per challenge
Skill Level: intermediate
Challenge Overview
In this chapter, you will practice local Git workflows including branching, commits, pushes, and linked PRs.
All challenges in this chapter are linked to the Challenge Hub for full context and instructions.
Your Challenge: Push and Open Linked PR
Push your branch and open a PR that links the issue.
What You Need to Do
Closes #XXHow to Submit
Step 1: Claim This Issue
Reply with a comment:
I'm working on this!Step 2: Create Your Branch
Step 3: Complete the Challenge
Follow the detailed steps in the Challenge Hub.
Step 4: Open a Pull Request
When ready:
Then open a PR with:
Chapter 11: Push and Open Linked PRCloses #XXand add evidence of your workStep 5: Watch for Validation
Bot validation checks commit evidence, branch workflow, and linked PR format.
Expected Outcomes
If You Get Stuck
#helpand your challenge numberLearning Moment
Local Git gives you full control and immediate feedback before code reaches GitHub.
Next Step: Check out Challenge Hub for the next challenge or chapter!