In this tutorial we will learn how to use git for version control. We will be installing git and making our first commit. In this mini series we will learn how to upload our git repository to github so that you can collaborate with your friends or colleagues. Git allows you to save different commits (or versions) to your repository, so that, if you ever have to go back to a different version you are able to.
In this git tutorial we will also learn about the basic git commands, such as "git init", "git status", "git add", and "git commit". We will learn more throughout the mini series, but these are some of the most important commands to know.
Check out more from the blog post: http://www.mybringback.com/travis-android-help/13669/how-to-use-git-and-githut-downloading-and-installing-git-for-mac/