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 NAME"
    git config --global user.email "YOUR EMAIL ADDRESS"