Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrazyscience <brandon.patton@gmail.com>2013-05-07 06:12:02 +0400
committerBrandon Patton <brandon.patton@gmail.com>2013-05-08 05:28:47 +0400
commitac88d51225c9e681933502d00e4fd128e86fcc0c (patch)
treeadf5c2074e7924fbab68e47e24a87cd0c4c63b47 /doc/update/4.2-to-5.0.md
parent78ff99a7a3eb9d2721e76fc3a66a1e4006ebdd00 (diff)
Setting the working directory before git operations
Diffstat (limited to 'doc/update/4.2-to-5.0.md')
-rw-r--r--doc/update/4.2-to-5.0.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/update/4.2-to-5.0.md b/doc/update/4.2-to-5.0.md
index 408e4ed3d0f..60d37931ec9 100644
--- a/doc/update/4.2-to-5.0.md
+++ b/doc/update/4.2-to-5.0.md
@@ -19,6 +19,7 @@ sudo chsh -s /bin/bash git
__2. git clone gitlab-shell__
```
+cd /home/git/
sudo -u git -H git clone https://github.com/gitlabhq/gitlab-shell.git /home/git/gitlab-shell
```