cu-mkp / GR8975

Repository for "What is a Book in the 21st Century" GR8975, Spring 2017
2 stars 2 forks source link

git pull issue #63

Closed bnhiebert closed 7 years ago

bnhiebert commented 7 years ago

When I try to 'git pull' I get the following error message:

error: The following untracked working tree files would be overwritten by merge: .DS_Store

There is a lot of information online about how to deal with .DS_Store files but I can't make much sense of it.

tcatapano commented 7 years ago

@bnhiebert : I've put in place a .gitignore file which should take care of the nuisance of .DS_Store files. Try pulling again and let me know if the problem isnt fixed.

bnhiebert commented 7 years ago

@tcatapano Thanks, that did the trick.

tcatapano commented 7 years ago

Excellent. Closing