James Moger
2015-10-26 e69804d4001796a49476089bcbe8f67c3c700497
src/main/java/com/gitblit/tickets/commands.md
@@ -2,10 +2,10 @@
To review an updated patchset
    git fetch && git checkout ${reviewBranch} && git pull --ff-only
    git fetch origin && git checkout ${ticketBranch} && git pull --ff-only
To review a rewritten patchset
    git fetch && git checkout ${reviewBranch} && git reset --hard origin/${reviewBranch}
    git fetch origin && git checkout -B ${ticketBranch}