Categorygithub.com/sminamot/git-open
modulepackage
1.1.1
Repository: https://github.com/sminamot/git-open.git
Documentation: pkg.go.dev

# README

git-open Actions Status

Open the GitHub repository page in your browser

git-open

Installation

$ go get github.com/sminamot/git-open

or download binary from release page

Usage

# origin / current branch
$ git open

# specified remote / current branch
$ git open upstream

# specified remote / specified branch
$ git open upstream develop

Completion

zsh

download completion script

$ wget https://raw.githubusercontent.com/sminamot/git-open/master/completion/_git-open -P ~/.zsh/completion/

add this in ~/.zshrc

fpath=(~/.zsh/completion $fpath)
autoload -Uz compinit && compinit -i

git-open_competion