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 trialChereka Ray
Front End Web Development Techdegree Student 3,390 PointsProject will show changes on Github Desktop but not when I refresh in Github.com
I am seeing changes in my history and am able to commit but I get a message saying it is unsynced. The project is still in the (other) box instead of GitHub, I can't sync nor publish, I'm soooo confused.
1 Answer
Gerardo Blanco
13,223 PointsHave you set a remote pointing to your github. If so, have you push to this remote. Usually you will set a remote by $ git remote add <remoteName> <remoteURL>
and push with ``git push remoteName remoteBranch
Chereka Ray
Front End Web Development Techdegree Student 3,390 PointsChereka Ray
Front End Web Development Techdegree Student 3,390 PointsNo I have not, I opened the terminal and it is giving me issues also.