Paul Martin
2016-04-30 a502d96a860456ec5e8c96761db70f7cabb74751
src/main/java/com/gitblit/tickets/commands.md
@@ -1,11 +1,11 @@
#### To review with Git
on a detached HEAD...
To review an updated patchset
    git fetch ${repositoryUrl} ${ticketRef} && git checkout FETCH_HEAD
    git fetch origin && git checkout ${ticketBranch} && git pull --ff-only
on a new branch...
To review a rewritten patchset
    git fetch ${repositoryUrl} ${ticketRef} && git checkout -B ${reviewBranch} FETCH_HEAD
    git fetch origin && git checkout -B ${ticketBranch}