As pointed out here, it is pretty simple to find the most recent commit to a particular file in Git:
git log -n 1 -- example/file
No comments:
Post a Comment