Wiki

Clone wiki

scl-manips-v2 / bugs / pull_request.wiki

Overview

To keep things clean, we maintain a pure "master" (invisible to the public) that is tracked by "scl-manips-v2" (visible to the public). The pure master has a clean timeline (no branching etc.) and commits are added to it after rebasing to ensure a linear pattern.

Submitting a pull request

  • Git checkout the "master" branch
  • Git reset hard
  • Add your commits at the end
  • Send a pull-request (look at "create pull request" on the left hand menu) on master
  • Email Samir to merge your commits..

Updated