ruralocity
11/13/2017 - 6:26 PM

vcsh

Utility for managing config files via multiple git repositories.

https://github.com/RichiH/vcsh

vcsh init <repo>
vcsh <repo> add <files>
vcsh <repo> commit -m "<message>"

vcsh <repo> remote add origin <remote>
vcsh <repo> push -u origin master

vcsh <repo> push