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`
You're exploring as a guest. Create a free account to save progress and submit solutions.
Git ChallengeUse git commands to complete this challenge