hard
+30 XP
GIT

Multiple Commits on a Branch

Build up a feature branch with multiple commits.

Tasks:
1. Initialize a git repo and make an initial commit
2. Create and switch to `develop` branch
3. Make 3 commits on `develop`:
   - "Add config" (create `config.json`)
   - "Add utils" (create `utils.js`)
   - "Add main logic" (create `app.js`)
You're exploring as a guest. Create a free account to save progress and submit solutions.
Git ChallengeUse git commands to complete this challenge