From 10e8f9206912b46bac52aac29be823f9d5157f55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20Gagne=CC=81?= Date: Fri, 2 Sep 2016 18:16:47 -0400 Subject: [PATCH] Example in USAGE.md should reference .gitreview The file .gitreview is updated, not .gitignore. Change-Id: Ib6fd8ea0bf95a07cf7ab3fd26874051943d1d700 --- USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USAGE.md b/USAGE.md index 37609a3..76927d7 100644 --- a/USAGE.md +++ b/USAGE.md @@ -147,7 +147,7 @@ Don’t forget to commit and push (after this step, you may want to use git review as usual) ```bash -git commit -a -m "Set .gitignore content to use internal gating infra" +git commit -a -m "Set .gitreview content to use internal gating infra" git push ```