Git
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Install using Brew:
When done, to test that it installed properly you can run:
And which git
should output /usr/local/bin/git
.
Next, you can define your global Git user:
They will get added to your .gitconfig
file found in the home folder ~/
.
Last updated