We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a047e1e + eebc96d commit 238caacCopy full SHA for 238caac
install/centos/README.md
@@ -439,7 +439,7 @@ Your password has been accepted successfully and you can type \q to quit.
439
sudo -u git -H cp config/initializers/rack_attack.rb.example config/initializers/rack_attack.rb
440
441
# Configure Git global settings for git user, useful when editing via web
442
- # Edit user.email according to what is set in gitlab.yml
+ # Edit user.email according to what is set in config/gitlab.yml
443
sudo -u git -H git config --global user.name "GitLab"
444
sudo -u git -H git config --global user.email "gitlab@localhost"
445
sudo -u git -H git config --global core.autocrlf input
0 commit comments