Skip to content

Instantly share code, notes, and snippets.

@ruralocity
Last active November 13, 2017 18:37
Show Gist options
  • Save ruralocity/4870378f009d36f60a5358f421a769c4 to your computer and use it in GitHub Desktop.
Save ruralocity/4870378f009d36f60a5358f421a769c4 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment