githubteacher / flaming-octo-meme

demo repo for today's Intermediate class
0 stars 5 forks source link

I receive an error when running branch. #25

Closed bmatiu closed 9 years ago

bmatiu commented 9 years ago

C:\Users\bmatiu\Documents\GitHub> git branch fatal: Not a git repository (or any of the parent directories): .git

githubstudent commented 9 years ago

you will need to cd into the repository - it is telling you that you are not in a git repository

bmatiu commented 9 years ago

Thank you!