git-open icon indicating copy to clipboard operation
git-open copied to clipboard

Type `git open` to open the GitHub page or website for a repository in your browser.

Results 47 git-open issues
Sort by recently updated
recently updated
newest added

I tried this on WSL and was pleasantly surprised to find it works (I was expecting it to fail complaining about being unable to open Chrome, or make a GUI...

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:

Omit `remote-repo` if we just have one remote repo. `git open [remote-repo] branch-name`

If an incorrect URL is opened, please provide the following so we can write a test: #### Example clone URL: https://aur.archlinux.org/git-open-git.git or ssh://[email protected]/git-open-git.git #### Example branch name: master #### Expected...

enhancement
help wanted

My common workflow is: 1. create a branch, commit, push 4. `git open` 5. click on "Compare & pull request" button 6. once the page loads, fill it out and...

enhancement

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:...

Using a [gitblit](http://gitblit.com/) repo, it opened the following (wrong) URL: *https://gitblitremoteexample.com/r/my-repo/tree/my-branch* And I think it should open the following: *https://gitblitremoteexample.com/summary/my-repo.git/my-branch* ## Example URLs #### Example clone url: git://gitblitremoteexample.com/my-repo.git #### Example...

enhancement
help wanted

I was just thinking it would be cool to be able to do something like: `git-open /path/to/file` and have the browser open that file in that branch that one was...

enhancement
help wanted

It's true that HTTP URLs contain `/scm/`, but that's for read-only access. If you're working with a repo that you can push to, it has an SSH URL that looks...

enhancement

It's nice to just run a few unit tests at once instead of waiting for all 40 to finish. Plus this is more manageable, regardless. No functional changes made. The...