I\'d like to use git to record all the changes to a file.
Is there a way I can turn git \'commit\' on to automatically happen every time a file is updated - so ther
I made this tiny shell script to monitor files status and trigger commands such as git commit on build success.
Feel free to download and try it.
https://github.com/nzvincent/nzvincent-github/blob/master/inotify-tools/inotify.sh