Skip to content

Commit

Permalink
Fix md syntax for new gfm
Browse files Browse the repository at this point in the history
  • Loading branch information
joemsak committed Feb 9, 2012
1 parent 75be319 commit 5cc2147
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -2,14 +2,14 @@

* Fork this repository
* Set the upstream:

git remote add upstream git://github.com/joemsak/reverse_chronic.git

```
git remote add upstream git://github.com/joemsak/reverse_chronic.git
```
* Keep master clean, treat it as read-only

git fetch upstream
git merge fetch/master

```
git fetch upstream
git merge fetch/master
```
* Use a feature/topic/bug-fix branched frm master
* Prefer `class << self`
* Commit like Tim Pope: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
Expand Down

0 comments on commit 5cc2147

Please sign in to comment.