Skip to content

Instantly share code, notes, and snippets.

@legovaer
Created November 12, 2015 15:50
Show Gist options
  • Save legovaer/61923f0839401342c758 to your computer and use it in GitHub Desktop.
Save legovaer/61923f0839401342c758 to your computer and use it in GitHub Desktop.
git-blame-function
# This needs to be added to your .bash_profile
##
# GIT Helpers
##
# Usage: git-blame <file>
git-blame() {
ruby ~/scripts/git-blame-colored $1 | less -R
}
@duqcyxwd
Copy link

Thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment