2.0.0 • Published 7 months ago

@gito/gito-cli v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

gito-cli

A simple package to open local git repositories in the browser. GITO cli applies to the working directory

Install

GITO cli is a npm package: https://www.npmjs.com/package/@gito/gito-cli

npm install -g @gito/gito-cli

Usage:

gito                    (default) Opens the default branch of the origin fetch remote repository.
gito -r <remote name>   Opens the remote repo for specified remote name. e.g. 'origin'
gito -b <branch name>   Opens the remote repo at specified "branch name".
gito [ -h | --help ]    Shows this message.