summaryrefslogtreecommitdiff
path: root/doc/update/7.2-to-7.3.md
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytses@gmail.com>2014-09-23 08:40:46 +0200
committerSytse Sijbrandij <sytses@gmail.com>2014-09-23 08:40:46 +0200
commit0241efba59edda3195173004e73aa6e17f99a69a (patch)
tree36ef29c78bd42220ed6986a514679785acb7a529 /doc/update/7.2-to-7.3.md
parent248990b5e8e169d7c48adb539980a9db6cea4eca (diff)
downloadgitlab-ce-0241efba59edda3195173004e73aa6e17f99a69a.tar.gz
Use origin to compare so it is not dependent on checking out the branch before.
Diffstat (limited to 'doc/update/7.2-to-7.3.md')
-rw-r--r--doc/update/7.2-to-7.3.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/7.2-to-7.3.md b/doc/update/7.2-to-7.3.md
index 713613cb455..7cc9a5c21fb 100644
--- a/doc/update/7.2-to-7.3.md
+++ b/doc/update/7.2-to-7.3.md
@@ -92,7 +92,7 @@ sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
There are new configuration options available for gitlab.yml. View them with the command below and apply them to your current gitlab.yml.
```
-git diff 7-2-stable:config/gitlab.yml.example 7-3-stable:config/gitlab.yml.example
+git diff origin/7-2-stable:config/gitlab.yml.example origin/7-3-stable:config/gitlab.yml.example
```
```