Using git with a project in a Dropbox folder
问题 I'm struggling with a git project in a Dropbox folder. I work across multiple PC's. To get around this I always work out of a Dropbox folder, this means wherever I go on whatever PC I can pick up where I left off. This seems to cause problems for Git. Here's what i'm doing: Add some files git add . git commit -m "Files added" git status: No changes to commit Let Dropbox sync up Switch to another PC Let Dropbox sync down git status: Lists all files added on other PC as 'modified' even though