Make the status check compare between _last modified_ in git log and _last modified_ in pw. Researched, easy with: ``` bash git log -1 --format=%cd recipe-name.md | more ``` to get the last changed date of given file in this format: `Sat Dec 6 19:46:09 2014 +0100`
Make the status check compare between last modified in git log and last modified in pw.
Researched, easy with:
git log -1 --format=%cd recipe-name.md | moreto get the last changed date of given file in this format:
Sat Dec 6 19:46:09 2014 +0100