Tags give the ability to mark specific points in history as being important
updated rs-sync to fix check if there were any changes
always use stash push and pop before remote pull
git-sync workaround to always use stash push+pop before getting remote changes
git-sync workaround to always use stash push+pop before getting remote changes
now using stash, pull with rebase, and stash pop to get the best workflow
removed --rebase on pull as it requires two commits to get current change in before rebase and to then stamp the version
removed git-sync output if no changes and some cleanup
removed old modules and fixed up git-sync-notag support