medium
+20 XP
GIT
Create and Switch Branches
Learn branching with `git branch` and `git checkout`. Tasks: 1. Initialize a git repo and make an initial commit 2. Create a branch called `feature` 3. Switch to the `feature` branch 4. Verify you're on `feature` with `git status`