summaryrefslogtreecommitdiff
path: root/doc/update/6.2-to-6.3.md
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-01-20 10:38:16 +0100
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-01-20 10:38:16 +0100
commitda817a1f56ae4ba502f688592a74468b6e3b327c (patch)
tree9aa06e2175bc33be0052270a8fe7c19b23ab4a55 /doc/update/6.2-to-6.3.md
parentd435fbb9b223c035e9d32e5746a4f9bc092e5dce (diff)
downloadgitlab-ce-da817a1f56ae4ba502f688592a74468b6e3b327c.tar.gz
Add EE checkout instructions to update docs
Diffstat (limited to 'doc/update/6.2-to-6.3.md')
-rw-r--r--doc/update/6.2-to-6.3.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/update/6.2-to-6.3.md b/doc/update/6.2-to-6.3.md
index 5b02b4cb4dd..7f916047369 100644
--- a/doc/update/6.2-to-6.3.md
+++ b/doc/update/6.2-to-6.3.md
@@ -20,8 +20,9 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
```bash
cd /home/git/gitlab
-sudo -u git -H git fetch
+sudo -u git -H git fetch --all
sudo -u git -H git checkout 6-3-stable
+# For GitLab Enterprise Edition: sudo -u git -H git checkout 6-3-stable-ee
```
### 3. Update gitlab-shell (and its config)