Skip to content
TechplexEngineer edited this page Dec 3, 2011 · 5 revisions

Start work on Waterbear

  1. Fork on github (Fork Button)
  2. Clone to computer ($ git clone git@github.com:<your_github_username>/waterbear.git)
  3. Configure remote upstream

Work on a feature or bugfix

  1. Create a branch ($ git checkout -b )
  2. Develop on branch
  3. Commit on branch
  4. Periodically fetch from upstream Lather, rinse, repeat

To submit finished feature/bugfix

  1. Rebase issue branch to latest version
  2. Test to make sure nothing has broken
  3. Push branch to github ($ git push origin )
  4. Issue pull request

Clone this wiki locally