Home / Gitlab / Gitlab Administration
Administration Notes
Documentation
Updating Gitlab
Notes
All sudo -u git -H git
commands must be run as git user:
To run something like sudo -u git -H git checkout v2.7.2
.
You need to first sudo su - git
and then after successfully logging in with the git users identity and environment run git checkout v2.7.2
.