paulirish / git-open

Type `git open` to open the GitHub page or website for a repository in your browser.
MIT License
3.29k stars 247 forks source link

Doesn't open issue link if repository is already open #126

Open Tadaboody opened 6 years ago

Tadaboody commented 6 years ago

If an incorrect URL is opened, please provide the following so we can write a test:

Example clone url:

https://github.com/Tadaboody/Rate_My_Config.git

Example branch name:

master

Expected web URL:

https://github.com/Tadaboody/Rate_My_Config/issues

Steps to reproduce:

git-open git-open -I

derimagia commented 5 years ago

Right now git open -i essentially just looks at the current branch and uses it's numerics as a issue number. I don't understand what you mean by " if repository is already open"