(The name of the branch does not need to have the word _add_ in it, but it's a reasonable thing to include because the purpose of this branch is to add your name to a list.)
Now enter this command to check all the branch in rep
```
git branch --all
```
(This helps you to keep track of both local and tracking branch, the current branch will be add-alonzo-church i.e., the name which you provided)
## Make necessary changes and commit those changes
Now open `Contributors.md` file in a text editor, add your name to it. Don't add it at the beginning or end of the file. Put it anywhere in between. Now, save the file.