gitopen
gitopen copied to clipboard
:twisted_rightwards_arrows: Open git/hg/svn remote url via web browser from terminal.
Any plan to support gerrit?
Bumps [debug](https://github.com/debug-js/debug) to 4.3.4 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `debug` from 2.2.0 to 4.3.4 Release notes Sourced from debug's releases. 4.3.4 What's...
Bumps [ms](https://github.com/vercel/ms) to 2.1.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `ms` from 0.7.1 to 2.1.2 Release notes Sourced from ms's releases. 2.1.2 Patches...
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependencies [minimatch](https://github.com/isaacs/minimatch), [istanbul](https://github.com/gotwarlost/istanbul) and [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimatch` from 0.3.0 to 3.1.2 Commits 699c459 3.1.2 2f2b5ff fix:...
- When find multiple target branch, send user a prompt list for choose. - and support define develop branch name pattern, for order and auto choose.
Global config: ```bash gitopen config https://github.company.com github gitopen config github.company.com github https gitopen config --host=github.company.com --type=github --protocol=https ``` Local repo config: ```bash gitopen --local config https://github.company.com github ```
right: ``` https://github.com/hotoo/fanyi/pull/new/feat/nocolor https://github.com/afc163/fanyi/compare/master...hotoo:feat/nocolor?expand=1 ``` wrong: ``` https://github.com/hotoo/fanyi/compare/master...feat/nocolor?expand=1 ```
   
- `--push, -p` auto push target branch to remote repo. - `--forcepush, -P` auto force push target branch to remote repo. ``` git config --global gitopen.autopush true ```