Command line tool to ease up process of saving files and folders to git repositories.
Make sure GOPATH is set and then execute
git clone [email protected]:flobilosaurus/git-saver.git
cd git-saver
go installTo create an initial config with example values in $HOME/.git-saver.config.yml.
git-saver init-configEdit this file to your needs.
A simple call to git-saver
git-saverwill copy all configured files and folders to their repositories and commit and push them.