From 0241efba59edda3195173004e73aa6e17f99a69a Mon Sep 17 00:00:00 2001 From: Sytse Sijbrandij Date: Tue, 23 Sep 2014 08:40:46 +0200 Subject: Use origin to compare so it is not dependent on checking out the branch before. --- doc/update/7.2-to-7.3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``` ``` -- cgit v1.2.1