Comparing version 3.0.0 to 3.1.0
@@ -121,2 +121,16 @@ # git-open - Open the repository's website in your browser. | ||
### Gitea options | ||
To configure Gitea support you need to set the following option. | ||
`open.[gitdomain].forge` | ||
The git forge present at the git domain. This only needs to be set for Gitea because it uses another branch URL format. | ||
**Example** | ||
```sh | ||
git config [--global] "open.https://gitea.internal.biz.forge" "gitea" | ||
``` | ||
### GitLab options | ||
@@ -123,0 +137,0 @@ |
{ | ||
"name": "git-open", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Type `git open` to open the GitHub/GitLab/Bitbucket homepage for a repository.", | ||
@@ -13,3 +13,3 @@ "author": "Paul Irish (http://paulirish.com/)", | ||
"type": "git", | ||
"url": "https://github.com/paulirish/git-open.git" | ||
"url": "git+https://github.com/paulirish/git-open.git" | ||
}, | ||
@@ -16,0 +16,0 @@ "contributors": [ |
@@ -95,4 +95,5 @@ # git-open [![Build Status](https://img.shields.io/travis/paulirish/git-open/master.svg)](https://travis-ci.org/paulirish/git-open) | ||
1. `git clone https://github.com/paulirish/git-open.git $ZSH_CUSTOM/plugins/git-open` | ||
1. Add `git-open` to your plugin list - edit `~/.zshrc` and change | ||
2. Add `git-open` to your plugin list - edit `~/.zshrc` and change | ||
`plugins=(...)` to `plugins=(... git-open)` | ||
3. `source ~/.zshrc` | ||
@@ -99,0 +100,0 @@ #### [Zgen](https://github.com/tarjoilija/zgen) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
193
48863
13