<Below this line, describe in what way does your code behave incorrectly? Include ALL error messages.>
it says
$ git merge origin/master
merge: origin/master - not something we can merge
Does anyone know how to solve this probelm?
<Below this line, add a screenshot of your whole web browser so that we can see what you see.>
ls - shows all files in current working directory. It is short for list cd my-quizzes/ - to change directory. The backward slash is important Git fetch - this updates remote-tracking branches but it never changes any of your own local branches, and is safe to do without changing your working copy. This can fetch from either a single named repository or URL, or from several repositories at once (a condition follows for the latter part).