diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-01-20 10:38:16 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-01-20 10:38:16 +0100 |
commit | da817a1f56ae4ba502f688592a74468b6e3b327c (patch) | |
tree | 9aa06e2175bc33be0052270a8fe7c19b23ab4a55 /doc/update/6.1-to-6.2.md | |
parent | d435fbb9b223c035e9d32e5746a4f9bc092e5dce (diff) | |
download | gitlab-ce-da817a1f56ae4ba502f688592a74468b6e3b327c.tar.gz |
Add EE checkout instructions to update docs
Diffstat (limited to 'doc/update/6.1-to-6.2.md')
-rw-r--r-- | doc/update/6.1-to-6.2.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/update/6.1-to-6.2.md b/doc/update/6.1-to-6.2.md index a3849faf065..7342a9117c6 100644 --- a/doc/update/6.1-to-6.2.md +++ b/doc/update/6.1-to-6.2.md @@ -23,8 +23,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-2-stable # Latest version of 6-2-stable addresses CVE-2013-4489 +# For GitLab Enterprise Edition: sudo -u git -H git checkout 6-2-stable-ee ``` ### 3. Update gitlab-shell |