Suppose, you have a repository hosted on GitHub and cloned a project to your local computer.
You are in the project directory.
git branch fix-a-bug
git checkout fix-a-bug
git status
git add .
git commit -m "fix a bug"
Select one or more options that explain the result.