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
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