James Moger
2016-01-16 b180e500aadc1eb48779754055545a4f271c12a0
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}