... | ... | @@ -18,6 +18,8 @@ |
|
|
|
|
|
All `sudo -u git -H git` commands must be run as git user:
|
|
|
|
|
|
`sudo su - git`
|
|
|
|
|
|
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`.
|
... | ... | |