Skip to content

Instantly share code, notes, and snippets.

@justin-lyon
Last active March 19, 2018 14:57
Show Gist options
  • Save justin-lyon/4f7f94d7d5459b37849787ebca511f08 to your computer and use it in GitHub Desktop.
Save justin-lyon/4f7f94d7d5459b37849787ebca511f08 to your computer and use it in GitHub Desktop.
Getting started with git

Install

Follow instructions on these pages to get setup.

Install git

Install GitKraken


Create an Account on GitHub

GitHub offers free, public repository hosting for everyone. I recommend using a personal email for this account.

  1. Sign Up
  2. Login

Create your first Repo

Create your first repository on GitHub and clone it to your machine.

  1. Login to GitHub
  2. Click on the Repositories tab.
  3. Click on the green New button.
  4. Give your Repo a name.
  5. Select Initialize this repository with a README.
  6. Click the green Create Repository button.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment