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