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() 10 ans auparavant
cmd c2aad30a9c added more unit tests and increased coverage 10 ans auparavant
.gitignore 98263638e9 Init commit 10 ans auparavant
LICENSE 98263638e9 Init commit 10 ans auparavant
README.md 98263638e9 Init commit 10 ans auparavant
code.go e4b0f30e91 removed unnecessary second call to os.Exit() 10 ans auparavant

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