How To Install and Set Up Git on a Mac

Published: 17 September 2019
on channel: Just Another Dang How To Channel
19,942
133

On these video series, we are going to learn and master using git. A distributed version control system.

In Part 1 we will install git and set up the configuration on your Mac. We would also learn how to initialize aka start a git repository on your machine.

Command to install via Homebrew
brew install git

Link to download
https://git-scm.com/downloads

Basic commands to setup the configuration
git config --global user.name "Paulo Orquillo"
git config --global user.email "[email protected]"

git init directoryname
git init

Buy Me Coffee
https://buymeacoffee.com/pauloorquillo


Watch video How To Install and Set Up Git on a Mac online without registration, duration hours minute second in high quality. This video was added by user Just Another Dang How To Channel 17 September 2019, don't forget to share it with your friends and acquaintances, it has been viewed on our site 19,942 once and liked it 133 people.