Skip to content

Instantly share code, notes, and snippets.

@michaelhollman
Created February 16, 2016 06:21
Show Gist options
  • Save michaelhollman/1f2aa88b847a1b6216b7 to your computer and use it in GitHub Desktop.
Save michaelhollman/1f2aa88b847a1b6216b7 to your computer and use it in GitHub Desktop.
Kauffman Hackerspace - What's Git?

If you want to follow along with the talk, you'll need to get some stuff set up ahead of time:

  1. Sign up for (or verify you have) a Github account.
  2. Install the Github Desktop client.
  • If you want to use a different GUI, go ahead, but I can't guarantee I'll be able to help you if you get hung up by it.
  1. Verify you can use git in Terminal (on Mac) or in Powershell or Git Bash (on Windows).
  • Mac: You should be able to just type git in Terminal and it will walk you through everything you need to do if it's not already set up.
  • Windows: The Github Desktop installer should set everything up for you. You might need to edit you PATH environment variable.
  1. Optional: Authenticate with Github from you local git
  2. Dance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment