Can somebody tell me how to get back to my main Git root directory? My command prompt was pointing to
c:/Sites
but now, the command prompt is pointing to:
c/Sites (new_branch)
Not sure how I got there but I suspect that I must have accidentally created a new branch. I tried "git branch" but returned no results. Also tried "git checkout master" but got an error: "pathspec master did not match any file(s) known to git."
I'm on windows 7. Thanks!