Commit 76eaf55d authored by Sytse Sijbrandij's avatar Sytse Sijbrandij

Use origin to compare so it is not dependent on checking out the branch before.

parent 8244ce84
...@@ -92,7 +92,7 @@ sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab ...@@ -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. 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
``` ```
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment