Document example how to skip code owner config validation on push Signed-off-by: Edwin Kempin <ekempin@google.com> Change-Id: Ia295a3c8a060f60d9220d4090a8af379708e042a
diff --git a/resources/Documentation/validation.md b/resources/Documentation/validation.md index 61cf60d..220b4f9 100644 --- a/resources/Documentation/validation.md +++ b/resources/Documentation/validation.md
@@ -95,8 +95,9 @@ ## <a id="skipCodeOwnerConfigValidationOnDemand">Skip code owner config validation on demand -By setting the `--code-owners~skip-validation` push option it is possible to -skip the code owner config validation on push. +By setting the `code-owners~skip-validation` push option it is possible to skip +the code owner config validation on push: +`git push -o code-owners~skip-validation origin HEAD:refs/for/master` Using this push option requires the calling user to have to `Can Skip Code Owner Config Validation` global capability. Host administrators