diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-05-16 12:57:32 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-05-16 12:57:32 +0200 |
commit | dbd88d453b8e6c78a423fa7e692004b1db6ea069 (patch) | |
tree | 3ca2e0353fcd278a0bb8cd7527e2cc8197c4cf3a /doc/install | |
parent | cb58e1cbd74a76c2e25f56e8df1f1f494d14128a (diff) | |
download | gitlab-ce-dbd88d453b8e6c78a423fa7e692004b1db6ea069.tar.gz |
Update the examples to example.com
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 2 |
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:** |