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 trial
JACOB VARGHESE
Front End Web Development Techdegree Student 1,670 PointsWorkspace/Github desktop or Atom/Integration
Hi @jacob232 .I am having difficulty with the workspace,github desktop,atom editor synchronization.I have been working on my first project for a few days now but I am finding it difficult to get it on to github.I have don the following
Opened a workspace and made some changes to the project.
Downloaded github and github desktop.
Opened a repo in github.
Downloaded workspace on my computer.
downloaded atom and had the project files copied into it.
My questions are as follows
1.Where do I work on the project ?Is it on workspace or atom?
- When I make changes in my workspace in treehouse how does it get reflected on to the github desktop .Do it happen automatically or how do we do this. I am spending a lot of time trying to understand the github/atom and integration rather than spending time on the project itself.Any help would be highly appreciated.
1 Answer
Christopher Beldam
6,201 PointsYou would need to make changes locally on your computer, so through Atom. I use GitKraken as my GUI but I assume GitHub Desktop is similar, so it should automatically detect that the files have changed. Then you need to commit them, write a comment about it and then push it all through GitHub Desktop.
I would spend some time researching GIT before you carry on
Rwanda Muhammad
Full Stack JavaScript Techdegree Student 4,116 PointsRwanda Muhammad
Full Stack JavaScript Techdegree Student 4,116 PointsI'm so GLAD you asked this question, I am having the same Issues!!! I am taking the time to study Github and Atom, have not been able to really work on my first project at all. I wish we were introduce to this much sooner.