Search code examples
githubgithub-for-mac

Do you have to install Git separately from GitHub for Mac?


I am a novice coder and I write a blog about learning to program aimed at journalists.

Learning the basics of how to use a version control system was one of the best things I learned this year, and I am now writing a tutorial about it.

Here is my question:

Do you have to install Git separately from Github's graphical client, GitHub for Mac? If it's possible to avoid command-line operations, I may choose to write the tutorial just focusing on downloading and installing GitHub for Mac and walking the user through the process of making new repos, forking, rolling back, etc.


Solution

  • Yes, if you want to do any git stuff on the command line, you'll need to install it. You'll especially want to do it because Github for Mac doesn't let you do everything you need to out of the box. For example you can't do a push without commit everything which can be annoying if you need to push a feature quickly without branching. Also, it is good for learnings!

    You'll find an easy shortcut to install it under the "Github" menu: "Install Command Line Utility..."

    enter image description here