diff options
author | menway <menway@gmail.com> | 2017-03-28 15:21:57 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-04-27 09:47:15 +0200 |
commit | e985d5a56f14dc78ba0b6f0d369035a41b080c7b (patch) | |
tree | 3f75622af96afffc76b01936f95aba015622c25f /doc/update/8.10-to-8.11.md | |
parent | ced7212e8722266eca275c9e61bdec861c889032 (diff) | |
download | gitlab-ce-e985d5a56f14dc78ba0b6f0d369035a41b080c7b.tar.gz |
Change to correct directory in update instructionsmenway/gitlab-ce-patch-15
[ci skip]
Diffstat (limited to 'doc/update/8.10-to-8.11.md')
-rw-r--r-- | doc/update/8.10-to-8.11.md | 2 |
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 ``` |