Reading notes for books, papers, and learning material (QTips, Python tricks, etc.).
New folders on disk are not uploaded until you commit them:
cd ~/Documents/GitHub/ReadingNotes
git add -A
git commit -m "Add reading notes"
git pushOr run: ./scripts/sync_to_github.sh
Note: Git does not track empty folders (e.g. an empty subfolder with no files).