Explain the result

Report a typo

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.

Select one or more options from the list
___

Create a free account to access the full topic