Skip to content

Instantly share code, notes, and snippets.

@ogryzek
Last active August 29, 2015 13:57
Show Gist options
  • Save ogryzek/9592547 to your computer and use it in GitHub Desktop.
Save ogryzek/9592547 to your computer and use it in GitHub Desktop.

Introduction to Git & Github

Try Git | Markdown Cheatsheet | Pro Git
Getting Started
In the terminal start by creating a new directory, then run git init to initialize a git repository

mkdir my_new_directory
ck my_new_directory
git init
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment