Skip to content
colin-scott edited this page Sep 9, 2012 · 1 revision

In general, try to issue pull requests rather than working directly on the master branch.

When working on the master branch use git pull --rebase rather than git pull.

Try to keep commits small.

Please include unit tests with any major features.

w00t!

Clone this wiki locally