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


You need to login to view comments.