Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMatt Bingham
Front End Web Development Techdegree Student 2,664 PointsGithub not syncing DT with Web
I'm trying to update my project for submission, but for some reason files are not syncing. I can't figure out what the problem is. I have a file called '.DS_Store' that has the text showing 'This binary file has changed' which I have no idea what this file is or why this text shows up. Very frustrated.
1 Answer
Luke Pettway
16,593 Points.DS_store files are a Mac specific file and can be ignored from your entire Git project. I typically ignore them on a global level. As far as your syncing issue, are you adding the changed files, and commiting the changes, and then pushing upstream to your origin location (Github)?