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

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