Git Conventions - noxrepo/sdn-debugger GitHub Wiki

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!