summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-05-16 12:57:32 +0200
committerMarin Jankovski <marin@gitlab.com>2014-05-16 12:57:32 +0200
commitdbd88d453b8e6c78a423fa7e692004b1db6ea069 (patch)
tree3ca2e0353fcd278a0bb8cd7527e2cc8197c4cf3a /doc/install
parentcb58e1cbd74a76c2e25f56e8df1f1f494d14128a (diff)
downloadgitlab-ce-dbd88d453b8e6c78a423fa7e692004b1db6ea069.tar.gz
Update the examples to example.com
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index eea5c763fcd..a2615b5d52d 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -201,7 +201,7 @@ You can change `6-8-stable` to `master` if you want the *bleeding edge* version,
# Configure Git global settings for git user, useful when editing via web
# Edit user.email according to what is set in gitlab.yml
sudo -u git -H git config --global user.name "GitLab"
- sudo -u git -H git config --global user.email "gitlab@localhost"
+ sudo -u git -H git config --global user.email "example@example.com"
sudo -u git -H git config --global core.autocrlf input
**Important Note:**