Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Contribution guide

Jeremy Stucki edited this page Sep 28, 2016 · 3 revisions
  1. git checkout master
  2. git pull origin master
  3. Do your work
  4. git checkout -b somename
  5. git add --all && git commit -am "some description"
  6. git push origin somename
  7. git checkout master
  8. Go to the repo on github.
  9. Create a new pull request.
Clone this wiki locally