git-open
git-open copied to clipboard
Type `git open` to open the GitHub page or website for a repository in your browser.
## Current Behaviour `git-open` after a feature branch push opens the following URL pattern `https://bitbucket.org///src/` ## Expected Behaviour should open this URL pattern `https://bitbucket.org///pull-requests/new?source=&t=1`
Before it was in the Zsh section which was not correct 😉
Hello, Thanks for this tiny project that improve a short but very frequent task. It would be nice if we could open a commit directly passing its hash in the...
#### Example clone url: [email protected]:rails/rails.git #### Example branch name: main #### Expected web URL: https://github.com/rails/rails/tree/main #### Actual web URL: https://ssh.github.com/rails/rails/tree/main #### .ssh/config ``` Host github.com Hostname ssh.github.com Port 443 User...
Resolves an issue where browser paths containing spaces in the BROWSER environment variable (e.g., '/mnt/c/Program Files/Mozilla Firefox/firefox.exe') were causing "No such file or directory" errors on WSL environments. The fix...