Southparkfan
2015-02-15 4011b6048cb5f31bdabb5daad94a67ead7869be7
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}