From 7ba445f8bf0dd52fe9eba31fdeae7f7ed514abec Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Mon, 23 Feb 2015 16:15:33 -0800 Subject: [PATCH] gitlab readme. --- README.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 8328dae..bab6a6f 100644 --- a/README.md +++ b/README.md @@ -32,20 +32,11 @@ chmod +x ~/bin/git-open To configure gitlab support you need to set gitopen.gitlab.domain: ``` -git config --global gitopen.gitlab.domain [yourdomain.here] +git config --global gitopen.gitlab.domain [yourdomain.here] +# or +git config gitopen.gitlab.domain [yourdomain.here] # in your local repository ``` -or - -``` -git config gitopen.gitlab.domain [yourdomain.here] in your local repository -``` - -By default it goes to the tree view but can be changed to go to the commits view like so: - -``` -git config gitopen.gitlab.urldifference commits -``` ## Thx @jasonmccreary did [all the hard work](https://github.com/jasonmccreary/gh)