Git & Github

Full Stack Course - October 2021

Initial Setup and Configuration

  1. Download and Install: https://git-scm.com/downloads

  2. Configure Default Editor (optional)

git config --global core.editor "vim"
  1. Configure User Identity
git config --global user.name "Paul Anton"
git config --global user.email "paul.antton@gmail.com"
  1. Install git-gui on mac (optional)
brew install git-gui

MacOS Issues:

📄 Resources

To join Slack just click on this link