From bea4f8793b970b2cfd085df5398246afdb2b0629 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Mon, 15 Nov 2021 15:06:23 -0500 Subject: [PATCH] [docs/dev] remove recommendation to use --local (#118561) (#118583) Co-authored-by: Spencer --- dev_docs/contributing/how_we_use_github.mdx | 2 +- docs/developer/contributing/development-github.asciidoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_docs/contributing/how_we_use_github.mdx b/dev_docs/contributing/how_we_use_github.mdx index 3b455b7682c33..38391874b87bf 100644 --- a/dev_docs/contributing/how_we_use_github.mdx +++ b/dev_docs/contributing/how_we_use_github.mdx @@ -46,7 +46,7 @@ In order to assist with developer tooling we ask that all Elastic engineers use 1. Update the git config for your current repository to commit with your `@elastic.co` email: ```bash - git config --local user.email YOUR_ELASTIC_EMAIL@elastic.co + git config user.email YOUR_ELASTIC_EMAIL@elastic.co ``` 1. Create a commit using the new email address diff --git a/docs/developer/contributing/development-github.asciidoc b/docs/developer/contributing/development-github.asciidoc index 44736bf4027c1..48b1abf6c712c 100644 --- a/docs/developer/contributing/development-github.asciidoc +++ b/docs/developer/contributing/development-github.asciidoc @@ -53,7 +53,7 @@ In order to assist with developer tooling we ask that all Elastic engineers use + ["source","shell"] ----------- -git config --local user.email YOUR_ELASTIC_EMAIL@elastic.co +git config user.email YOUR_ELASTIC_EMAIL@elastic.co ----------- 4. Create a commit using the new email address +