summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-06-09 17:25:59 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-06-09 17:25:59 +0200
commit6471e0ee093583c3e8bfcf904c87407f421d041a (patch)
tree8609638a37614a24e687a81f8d65a7139144d676
parenta12213c5a44907bc2b5ed3e16ad6c4fe1825cc7c (diff)
Remove commands for standard git configuration
These commands are not specific for Vespa development in any way. Further, there is no reference to git in the rest of the readme.
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5658929e693..459f1637ac7 100644
--- a/README.md
+++ b/README.md
@@ -11,10 +11,6 @@ Code licensed under the Apache 2.0 license. See [LICENSE](LICENSE) for terms.
## Get started developing
-### Set up local git config
- git config --global user.name "John Doe"
- git config --global user.email johndoe@host.com
-
### Set up build environment
C++ building is supported on CentOS 7.