Automatically commit file/folder changes to git repository
Watch a file or folder and automatically commit changes to a git repo easily
gitwatch
$ gitwatch .
$ gitwatch -m 'Auto-update' myfile.txt
$ gitwatch -d 10 src/