Skip to content

Instantly share code, notes, and snippets.

View artfoundry's full-sized avatar
💭
Makin web apps!

David Markowitz artfoundry

💭
Makin web apps!
View GitHub Profile

##Initializing a new repo Type in what comes AFTER the $...do not type in the $

BASIC git initialization and repo creation:

$ git init

This command creates an empty git repository - basically a .git directory with subdirectories for objects, refs/heads, refs/tags, and template files. An initial HEAD file that references the HEAD of the master branch is also created.