mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[docs/dev] remove recommendation to use --local (#118561)
This commit is contained in:
parent
e4814b91ca
commit
30cdce5d3e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue