@beardyman/git-open

Super simple git extension for opening the remote UI of your git repository.

Usage no npm install needed!

<script type="module">
  import beardymanGitOpen from 'https://cdn.skypack.dev/@beardyman/git-open';
</script>

README

git-open

Travis Build Status

Super simple git extension for opening the remote UI of your git repository.

If git open doesn't work for your hosted git repository, please submit a github issue.

Installation

npm i -g @beardyman/git-open

Usage

Open the repository UI

cd my-git-repo
git open

Open the repository UI to the current branch

git open -b
# or
git open --branch

Docs

man git-open