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

General Discussion Creating a GitHub Project

Shady Elmansoury
seal-mask
.a{fill-rule:evenodd;}techdegree
Shady Elmansoury
Front End Web Development Techdegree Student 743 Points

so Githup for desktop is only integrated with Atom so how can I integrate Sublime instead?

As I am following through the video I can see that github for desktop is linked to Atom only so how can I link it to Sublime to create files?

2 Answers

I figured out how to do it on Windows with Brackets.

  1. First you click on the settings wheel in the top right corner.
  2. Next click on 'Options' from the drop-down menu.
  3. IT should then say Default Sheel on the right hand side of the window that has just opened.
  4. Click Custom.
  5. Copy and Paste or type your text editor file loaction.
  6. Click save in the bottom left corner.
  7. Go back to the Repository, right click, and click where it says open in 'Atom' (or on mine it says: "Open in Git Shell") and this should open in your text editor :)