Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: vandycknick/git-browse

Tags

v0.3.0

Toggle v0.3.0's commit message
[v0.3.0] 2018-11-13

Added
- Encode urls before opening them in a browser

Fixed
- Trimming .git from url removed more characters than needed
- Not correctly opening current branch when it is not master

v0.2.0

Toggle v0.2.0's commit message
[v0.2.0] 2018-10-29

Added
- Support overriding protocol via config value eg `git config --add
browse.protocol http`
- Support overriding domain via config value eg `git config --add
browse.domain something.com`
- Create urls for non master branches when being tracked

v0.1.0

Toggle v0.1.0's commit message
[v0.1.0] - 2018-10-28

Added
- Initial implementation to open git remote url in default browser.
- Support tool on Windows, Linux, Linux WSL