Skip to content

Instantly share code, notes, and snippets.

View NeuTrix's full-sized avatar

michael j. Walker NeuTrix

  • BrandGeneering.com
  • San Franciscos, LA, Las Vegas
View GitHub Profile
@NeuTrix
NeuTrix / How to start a new GitHub repo
Last active September 14, 2016 06:25
Start a New Git Repo
http://kbroman.org/github_tutorial/pages/init.html
git/github guide
**Start a new git repository**
Your first instinct, when you start to do something new, should be git init. You’re starting to write a new paper, you’re writing a bit of code to do a computer simulation, you’re mucking around with some new data … anything: think git init.
A new repo from scratch
Say you’ve just got some data from a collaborator and are about to start exploring it.
Create a directory to contain the project.
Go into the new directory.
`rails new (Application Name) -d postgresql -T