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

Development Tools GitHub Basics Working By Yourself Create a Branch

Can we do all of this directly from the github site?

Is it best practice to do this from your text editor? Can't we do all this directly from the github site?

1 Answer

You can do this directly from the GitHub website, but in production you will most likely need to use a text editor (and most have features and tools which aren't available through GitHub's online text editor), so it would be best practice to use your own text editor.

There are also gui's for using Git, but the command line is sometimes the only way you may be able to interface with Git in many situations.

Thanks John. I also figured this out after watching the conflict video a little later on.

You're welcome!