summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSairam Kunala <sairam@kunala.com>2013-11-22 15:58:27 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-23 21:38:58 +0200
commit232e6b40f635ce2d4d21fadd90fba1ed4b52234e (patch)
tree54e2e9b784162391e2b69115f0fad0f6c8d2270d
parent2d8bdf52bb4903d7a07e1fa19aff0cbfb8913656 (diff)
downloadgitlab-ce-232e6b40f635ce2d4d21fadd90fba1ed4b52234e.tar.gz
minor fix to command
-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 a83eb399548..a590fc78249 100644
--- a/doc/update/6.2-to-6.3.md
+++ b/doc/update/6.2-to-6.3.md
@@ -62,7 +62,8 @@ sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production
TIP: to see what changed in gitlab.yml.example in this release use next command:
```
-git diff 6.2-stable:config/gitlab.yml.example 6-3-stable:config/gitlab.yml.example
+git diff 6-2-stable:config/gitlab.yml.example 6-3-stable:config/gitlab.yml.example
+git diff 6-1-stable:config/gitlab.yml.example 6-3-stable:config/gitlab.yml.example # if you upgrading from 6-1
```
* Make `/home/git/gitlab/config/gitlab.yml` same as https://github.com/gitlabhq/gitlabhq/blob/6-3-stable/config/gitlab.yml.example but with your settings.