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.
brew install gitgit --versiongit config --global user.name "Your Name Here"
git config --global user.email "[email protected]"Last updated