Skip to content

Instantly share code, notes, and snippets.

@NickHatBoecker
Created August 21, 2018 11:00
Show Gist options
  • Save NickHatBoecker/95170524bec2c14fe9b919f707303ad9 to your computer and use it in GitHub Desktop.
Save NickHatBoecker/95170524bec2c14fe9b919f707303ad9 to your computer and use it in GitHub Desktop.
Git Alias lastCommitUrl
lastCommitUrl = !sh -c 'printf "https://github.com/theskyliner/CopyFilepathWithLineNumbers/commit/%s" "$(git rev-parse HEAD)" && echo "\n"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment