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 git@github.com:flobilosaurus/git-saver.git
cd git-saver
go install
To create an initial config with example values in $HOME/.git-saver.config.yml
.
git-saver init-config
Edit this file to your needs.
A simple call to git-saver
git-saver
will copy all configured files and folders to their repositories and commit and push them.