mirror of
https://github.com/paulirish/git-open.git
synced 2026-09-10 07:26:15 -04:00
gitlab readme.
This commit is contained in:
parent
d8bfad3840
commit
7ba445f8bf
15
README.md
15
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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue