Skip to content
Dan Allan edited this page Jan 27, 2016 · 1 revision

Developer Documentation

Back-porting PRs to maintenance branches

  1. copy the hash of the merge commit
  2. git checkout v0.2.x (for example)
  3. git merge -m 1
  4. git push upstream v0.2.x
Clone this wiki locally