
Git comes with a tool called git config that lets you get and set configuration variables that control all aspects of how Git looks and operates. Now that you have Git on your system, let’s set up the Git environment.
#GIT FOR MAC INSTALL FOR MAC#
FOR MAC OS:ĭownload Git for macOS or install using Homebrew brew install gitĪDVERTISEMENT HERE’S A MORE DETAILED INSTALLATION GUIDE FOR DIFFERENT SYSTEMS ON GIT OFFICIAL DOCS Now that you know what Version Control and Git mean, let’s install it. If a mistake is made, developers can restore and compare earlier versions of the code to help fix the mistake while minimizing disruption to all team members or contributors. Version control software keeps track of every modification to the code in a special kind of database. Version control is the process of managing changes to source code or set of files over time. Here’s a quick recap of what Version control means: Version Control is: the process of managing changes to source code or set of files over time. I assume you already know what Version control is, if you don’t, kindly check out this slide to learn more.
#GIT FOR MAC INSTALL HOW TO#
In this article, I’ll show you how to install Git, set it up for the first time, useful tips and resources to learn more/ learn advanced git concepts. Git also works well on a wide range of operating systems and IDEs (Integrated Development Environments).

Unlike older centralized version control systems such as SVN and CVS, Git is distributed: every developer has the full history of their code repository locally.


Git is a distributed and actively maintained open source project originally developed in 2005 by Linus Torvalds, the famous creator of the Linux operating system kernel. Git is a Free and Open Source Distributed Version Control System.īy far, Git is the most widely used modern version control system in the world today.
