diff options
author | Luke "Jared" Bennett <lbennett@gitlab.com> | 2017-05-03 13:03:57 +0100 |
---|---|---|
committer | Luke "Jared" Bennett <lbennett@gitlab.com> | 2017-05-03 13:03:57 +0100 |
commit | 7788118c3d059ef93bcc49c1b6b6ec7d72faf8b5 (patch) | |
tree | 6642a358083285d90234f8d4ba27d61bfd9448bd /doc/update/8.13-to-8.14.md | |
parent | 637ed8a21e9f9457d1b194f9c591a0813c20cc3e (diff) | |
parent | cac04fbd777ff992bbd92e9ae3cded01d45b07d0 (diff) | |
download | gitlab-ce-7788118c3d059ef93bcc49c1b6b6ec7d72faf8b5.tar.gz |
Merge remote-tracking branch 'origin/master' into add-sentry-js-again-with-vue
Diffstat (limited to 'doc/update/8.13-to-8.14.md')
-rw-r--r-- | doc/update/8.13-to-8.14.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/update/8.13-to-8.14.md b/doc/update/8.13-to-8.14.md index aa1c659717e..aaadcec8ac0 100644 --- a/doc/update/8.13-to-8.14.md +++ b/doc/update/8.13-to-8.14.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 ``` |