Projects‎ > ‎

GIT

Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Every Git clone is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server.Branching and merging are fast and easy to do.

SCM Private/Public Keys

Git uses a key system for access control.  In order for SimpleDeployr to deploy your code to your servers, it will need your Git private key.  If your Git repo is public, or you are trying out the SimpleDeployr demo project, you can leave this private key field blank.