Paul Martin
2016-04-30 a502d96a860456ec5e8c96761db70f7cabb74751
commit | author | age
5e3521 1 #### To review with Git
JM 2
bf426b 3 To review an updated patchset
5e3521 4
1221a4 5     git fetch origin && git checkout ${ticketBranch} && git pull --ff-only
5e3521 6
bf426b 7 To review a rewritten patchset
5e3521 8
14353c 9     git fetch origin && git checkout -B ${ticketBranch}
5e3521 10
JM 11