git log blame for most recent commit


/ Published in: Bash
Save to your folder(s)

run this in git bash to see a pretty blame


Copy this code and paste it in your HTML
  1. for a in $(ls); do git log --pretty=format:"%h%x09%an%x09%ad%x09$a" -1 -- "$a"; done

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.