Skip to content

Instantly share code, notes, and snippets.

@rwarbelow
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rwarbelow/dcc862cba55aa96aa014 to your computer and use it in GitHub Desktop.
Save rwarbelow/dcc862cba55aa96aa014 to your computer and use it in GitHub Desktop.

Signing up for Github

Sign up for a free Github account at https://github.com/.

Installing Git

This webpage has instructions for installing Git on Mac, Windows, and Linux machines.

Configuring Git

From the command line:

  • git config --global user.email "you@example.com"
  • git config --global user.name "Your Name"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment