Commit ac88d51225c9e681933502d00e4fd128e86fcc0c
Committed by
Brandon Patton
1 parent
78ff99a7
Exists in
master
and in
4 other branches
Setting the working directory before git operations
Showing
3 changed files
with
7 additions
and
0 deletions
Show diff stats
doc/update/4.0-to-4.1.md
doc/update/4.1-to-4.2.md
doc/update/4.2-to-5.0.md
@@ -19,6 +19,7 @@ sudo chsh -s /bin/bash git | @@ -19,6 +19,7 @@ sudo chsh -s /bin/bash git | ||
19 | __2. git clone gitlab-shell__ | 19 | __2. git clone gitlab-shell__ |
20 | 20 | ||
21 | ``` | 21 | ``` |
22 | +cd /home/git/ | ||
22 | sudo -u git -H git clone https://github.com/gitlabhq/gitlab-shell.git /home/git/gitlab-shell | 23 | sudo -u git -H git clone https://github.com/gitlabhq/gitlab-shell.git /home/git/gitlab-shell |
23 | ``` | 24 | ``` |
24 | 25 |