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

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