We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83c4d77 + 6f11be8 commit d2213d9Copy full SHA for d2213d9
README.md
@@ -5,7 +5,7 @@ repositories.
5
6
## Overview
7
8
-This tool is the first *distributed* code review system for git repos.
+This tool is a *distributed* code review system for git repos.
9
10
By "distributed", we mean that code reviews are stored inside of the repository
11
as git objects. Every developer on your team has their own copy of the review
@@ -75,6 +75,8 @@ Submitting the current review:
75
76
git appraise submit [--merge | --rebase]
77
78
+A more detailed getting started doc is available [here](docs/tutorial.md).
79
+
80
## Metadata
81
82
The code review data is stored in git-notes, using the formats described below.
0 commit comments