medium
+25 XP
GIT

Branch and Merge Workflow

Practice a basic feature branch workflow.

Tasks:
1. Initialize a git repo and commit `base.txt`
2. Create and switch to `feature` branch
3. Create `feature.txt` and commit it
4. Switch back to `main`
You're exploring as a guest. Create a free account to save progress and submit solutions.
Git ChallengeUse git commands to complete this challenge