summaryrefslogtreecommitdiff
path: root/doc/update/8.10-to-8.11.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/update/8.10-to-8.11.md')
-rw-r--r--doc/update/8.10-to-8.11.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/update/8.10-to-8.11.md b/doc/update/8.10-to-8.11.md
index e5e3cd395df..e538983e603 100644
--- a/doc/update/8.10-to-8.11.md
+++ b/doc/update/8.10-to-8.11.md
@@ -49,6 +49,8 @@ sudo gem install bundler --no-ri --no-rdoc
### 4. Get latest code
```bash
+cd /home/git/gitlab
+
sudo -u git -H git fetch --all
sudo -u git -H git checkout -- db/schema.rb # local changes will be restored automatically
```