Wiki page: From-4.2-to-5.0 has minor cut/n/paste issue
Created by: lbt
Wiki page at https://github.com/gitlabhq/gitlabhq/wiki/From-4.2-to-5.0 has some cut'n'paste commands.
One in section 5 is
sudo -u git -H bundle exec rake gitlab:shell:setup RAILS_ENV=production
this prompts for input which can make a mess when/if you paste multiple commands :
This will rebuild an authorized_keys file.
You will lose any data stored in /home/git/.ssh/authorized_keys.
Do you want to continue (yes/no)?
Maybe break the commands up with a comment that input is expected
nb - it would be nice to be able to fork/contribute to the wiki