Skip to content

Commit

Permalink
CONTRIBUTING: describe how to update changes
Browse files Browse the repository at this point in the history
Change-Id: I02f1bbb7c875db60ab714e97ad7bea524f0bdc87
  • Loading branch information
hanwen committed Jul 3, 2019
1 parent ee98073 commit 8ae4628
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,13 @@ For submitting patches, please use gerrit:
git push gerrit HEAD:refs/for/master

* Add hanwen@google.com as a reviewer in the Web UI

* To make changes in response to the review, do

git commit --amend

and include your updated files into the commit. Then

git push gerrit HEAD:refs/for/master

will push a new patchset.

0 comments on commit 8ae4628

Please sign in to comment.