This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| `rails new (Application Name) -d postgresql -T |
NewerOlder