Skip to content

Commit

Permalink
Submitting review 8cd8654
Browse files Browse the repository at this point in the history
Respond to public feedback on our documentation
  • Loading branch information
ojarjur committed Dec 18, 2015
2 parents 83c4d77 + 6f11be8 commit d2213d9
Show file tree
Hide file tree
Showing 2 changed files with 407 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repositories.

## Overview

This tool is the first *distributed* code review system for git repos.
This tool is a *distributed* code review system for git repos.

By "distributed", we mean that code reviews are stored inside of the repository
as git objects. Every developer on your team has their own copy of the review
Expand Down Expand Up @@ -75,6 +75,8 @@ Submitting the current review:

git appraise submit [--merge | --rebase]

A more detailed getting started doc is available [here](docs/tutorial.md).

## Metadata

The code review data is stored in git-notes, using the formats described below.
Expand Down
Loading

0 comments on commit d2213d9

Please sign in to comment.