Can you order the commands to create a new branch and then stage and commit a README.md file to the new branch.

Nice! We use git branch to create the experiment branch and git checkout to switch to it. Then we can stage README.md and commit to the branch.

Whoa! We use git branch to create the experiment branch and git checkout to switch to it. Then we can stage README.md and commit to the branch.