githubteacher / github-for-developers-sept-2015

practice repo for the Sept 29-30 GitHub for Developers class
12 stars 36 forks source link

Can you perform Git functions using the Git GUI? #688

Closed TonyL-teradata closed 9 years ago

TonyL-teradata commented 9 years ago

I know you have not discussed about the Git GUI.

Can one use the Git GUI to perform Git functions (create branch, merge conflicts, etc), instead of using the command line?

TonyL-teradata commented 9 years ago

:+1:

jaw6 commented 9 years ago

The Git GUI can do many things. We focus the class on the command line tools, since they work on every system; the Git GUI isn't always available. The terms, concepts, and workflows we cover in class will work with any GUI application; if we taught class with a specific GUI (even Git GUI) those concepts/workflows wouldn't always translate 100% to any other GUI/application.