Skip to content

Instantly share code, notes, and snippets.

View KristoforMaynard's full-sized avatar

Kristofor Maynard KristoforMaynard

View GitHub Profile
# Create a new repo at github called `test`
# On your local machine:
$ cd test
$ git init
Initialized empty Git repository in /Users/bcf/Git/me/test/.git/
$ touch README
$ git add .
$ git commit -m 'first commit'
# wire everything up to the remote at github (replace yourName)