Open git repositories in a web browser with git open
.
This project was inspired by git-open.
```shell
git open
git open -c
git open -b
origin
git open -r upstream
git open -p -b ```
You can clone the repo and install from source. This requires you to have rust installed.
```shell $ git clone git@github.com:jsgv/git-open.git
$ cd git-open
$ make install ```
Or you can download one of the binaries from the releases section and place it
somewhere in your $PATH
.
I wanted to learn Rust.