Do this: $ git rev-parse HEAD This gives you the full commit id, for the short id, run this: $ git rev-parse –short HEAD I work as a freelancer, so if you don’t want to do that kind of things… Read More
How to search for changed content in git history?
Run this: $ git grep REGEXP `git rev-list –all` I work as a freelancer, so if you don’t want to do that kind of things yourself or don’t have the time, just drop me a line to hire me.