Sha256: d097bb78471926c37fa271608510d8e936868112555e6f0ad40caa1635cdcd28
Contents?: true
Size: 604 Bytes
Versions: 1
Compression:
Stored size: 604 Bytes
Contents
# `gitlink` Simple gem to open git remotes in the browser from the command line #### Commands Opens the project page ```shell $ gitlink project $ gitlink p #alias ``` Opens Pull Request page ```shell $ gitlink pulls $ gitlink p #alias ``` Opens project to specific branch ```shell $ gitlink branch #default is master $ gitlink branch branch-name $ gitlink b branch-name #alias ``` Opens project wiki page ```shell $ gitlink wiki $ gitlink w #alias ``` *You can specify which remote you want to open* ```shell $ gitlink --remote=other-remote project $ gitlink -r other-remote branch my-branch ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gitlink-0.0.1 | README.md |