How To Install and Set Up Git on a Mac

Опубликовано: 17 Сентябрь 2019
на канале: 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


Смотрите видео How To Install and Set Up Git on a Mac онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Just Another Dang How To Channel 17 Сентябрь 2019, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 19,942 раз и оно понравилось 133 людям.