git-link 0.1.3

`git link` alias to fetch a link to a remote git repo
git-link-0.1.3 is not a library.

git-link

git link alias to fetch a link to a remote git repo

Usage

  1. cargo install git-link
  2. Use any of the following commands inside a git repo:
# Print out the git repo's remote URL (even if the remote is via SSH)
git link

# Open the URL
git link --open
git link -o

# Print a link to a new PR for the current branch
git link pr

# Open the PR for the current branch
git link pr --open
git link pr --o