Open git project on remote in default browser.
Support Git hosting services,test with GitHub and GitLab.
type or
in git project folder, then open-on-remote will open the current project on remote in default browser.
or
means open remote.
if abbreviation and full name were both existed, only the abbreviation will be read.
-b
or --branch
to set custom branch name.
or -b master
or --branch master
-f
or --file
to set specified file.
or -f README.md
or --file README.md
- support custom branch name
- support specified file
- support dev env not open browser
- support auto build & publish