git-open
git-open copied to clipboard
Type `git open` to open the GitHub page or website for a repository in your browser.
I tried to install with both `npm` and `antigen`, but when I run `git open`, it always return "git: 'git-open' is not a git command. See 'git --help'." error.
What are the big changes in 3.0.0? Is there already a changelog file?
open -c URL fixed for bitbucket. Also works for github and gitlab.
git-open open http and https URL only but it's not open SSH URL , How to fix that to open SSH URL?
We recently listed on [Fig Plugin Store](https://fig.io/plugins), so we'd love to have Fig listed as a download method on your readme. Thanks so much and please let me know if...
Fixes #139
The readme says > Windows with cmd terminal Save the git-open script in any place accessible via your %PATH% environment var. but that doesn't work. Why would it as the...
If an incorrect URL is opened, please provide the following so we can write a test: #### Example clone url: #### Example branch name: #### Expected web URL:
This adds a --file option, allowing `git open --file `, where `` is a path within the repository, and can either be a file or directory. This is similar to...
Customization option of url needed since the keyword "tree" is added to the url by default it does not work with some repo websites, which is yona in my case....