Paul Martin
2015-12-07 697905cbf3b6fc1d8f22322a4f403b4abe2f0c0a
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}