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

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