git checkout master
git branch <your_github_username>-asks-a-question
git checkout <your_github_username>-asks-a-question
Donal says: You can do the last two commands in one step:
git checkout -b <your_github_username>-asks-a-question
git branch