Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 258 Bytes

00-setup.md

File metadata and controls

10 lines (7 loc) · 258 Bytes

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"