Version control system wrapper allowing the developer to worry about only having to learn one command set to manage all types of repositories. Derivative of the Python project http://code.revolvingcow.com/RevolvingCow/pycode

bmallred e4b0f30e91 removed unnecessary second call to os.Exit() vor 10 Jahren
cmd c2aad30a9c added more unit tests and increased coverage vor 10 Jahren
.gitignore 98263638e9 Init commit vor 10 Jahren
LICENSE 98263638e9 Init commit vor 10 Jahren
README.md 98263638e9 Init commit vor 10 Jahren
code.go e4b0f30e91 removed unnecessary second call to os.Exit() vor 10 Jahren

README.md

go-code

Version control system wrapper allowing the developer to worry about only having to learn one command set to manage all types of repositories.

Derivative of the Python project http://code.revolvingcow.com/RevolvingCow/code