codiad/plugins/Codiad-CodeGit-master/README.md

1.6 KiB
Executable File

#CodeGit

Git integration for Codiad

##Requirements

##Installation

  • Download the zip file and unzip it to your plugin folder.
  • Change if necessary the config in config.php, f.e. if you use pexpect

###Installation Guides The standard installation works with Debian based systems, for other check the installation guides:

###Lock Git User to Login User By default, the username for the commit is the same as the login to Codiad. However, codegit does let the user override the username and commit as a different name.

If you wish to prevent the user overriding the username, forcing the name for all commits to be identical to the Codiad login, update the settings file data/config/git.settings.php to have the json value lockuser to true. For example, contents:

<?php/*|{"lockuser":"true"}|*/?>

###Suppress diff on commit

For large changes it may be better to suppress a further diff on commit. Just activate the option in the settings.

##Problems?

Check the wiki or open an issue.

##Example

Example

Contributing

Contributions are always welcome.

####Formatting

  • Indentation: 4 Spaces