modules

Git Setup

Setup

  1. Configure git with your name and email address. Be sure to use the same email associated with your Github account.

    git config --global user.name "YOUR GITHUB NAME"
    git config --global user.email "YOUR GITHUB EMAIL ADDRESS"