Overview
This gist shows the steps to automatically git commit changes under a folder of interest to your github.
Step 0
Create a repo on github for the folder of interest and intialize the folder as a git repo by git init
Step 1
Create a subfolder (say scripts) and download the aut-commit.sh to that folder.
cd /path/to/the/folder/of/interest