# README
git-remote-opener
git-remote-opener is a command line tool to open a web page of a remote repository.
The following git hosting services are operation checked.
- GitHub
- GitLab
- Bitbucket
Installation
go install github.com/hxrxchang/git-remote-opener/v3/cmd/git-remote-open@latest
If you don't use Go, you can download the binary from GitHub Releases and drop it in your $PATH.
(For example, /usr/local/bin
or $HOME/bin
)
Usage
cd <path-to-your-project>
git remote-open
Then, browser will open a remote repository's page of your project.
# Packages
No description provided by the author
# Functions
No description provided by the author