summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/tickets/commands.md
blob: 44098d28d70201689b014f5206616ee1fca4e873 (plain)
1
2
3
4
5
6
7
8
9
10
11
#### To review with Git

To review an updated patchset

    git fetch && git checkout ${reviewBranch} && git pull --ff-only

To review a rewritten patchset

    git fetch && git checkout ${reviewBranch} && git reset --hard origin/${reviewBranch}