/git-ln

Open the Line number on GitHub

Primary LanguageShellMIT LicenseMIT

git-ln

Open the Line number on GitHub

INSTALL

  1. make a ~/bin directory if it doesn't already exist

mkdir ~/bin

  1. add ~/bin to your PATH in your .bashrc / .zshrc / ... if it's not already there

export PATH=~/bin:$PATH

  1. copy git-ln to your ~/bin directory

cp git-ln ~/bin

USAGE

git ln README.md 10

It opens the url that looks like this: https://github.com/abemassry/git-ln/blob/master/git-ln#L9