[docs/dev] remove recommendation to use --local (#118561)

This commit is contained in:
Spencer 2021-11-15 09:38:19 -08:00 committed by GitHub
parent e4814b91ca
commit 30cdce5d3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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: 1. Update the git config for your current repository to commit with your `@elastic.co` email:
```bash ```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 1. Create a commit using the new email address

View file

@ -53,7 +53,7 @@ In order to assist with developer tooling we ask that all Elastic engineers use
+ +
["source","shell"] ["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 4. Create a commit using the new email address
+ +