From 0ae1b228df31ddc36f990137064df12e40955acc Mon Sep 17 00:00:00 2001 From: liaodalin19903 Date: Tue, 2 Jan 2018 11:49:39 +0800 Subject: [PATCH] format the README.md Format the code, then easy to read. --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b4ee04e..71f1822 100644 --- a/README.md +++ b/README.md @@ -5,20 +5,24 @@ git-review is a tool that helps submitting git branches to gerrit for review # Assumptions git-review, by default, looks for a git remote called gerrit, and submits -the current branch to HEAD:refs/for/master at that remote. +the current branch to `HEAD:refs/for/master` at that remote. # Usage Hack on some code, then: - git review +``` +git review +``` If you want to submit that code to a different target branch, then: - git review branchname +``` +git review branchname +``` If you want to submit to a different remote: - git -r my-remote review - - +``` +git -r my-remote review +``` \ No newline at end of file