I'm working on a project with a friend and we each have separate branches, along with the master branch that hasn't been touched. I'm trying to merge my branch (called "dave") with the master branch. However, I get the following error:
Daves-MBP:project1 davesmith$ git pull master
fatal: 'master' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Does anyone know what is going on here and how to fix this?