Skip to content

practico/Codiad-CodeGit

 
 

Repository files navigation

#CodeGit

Git integration for Codiad

##Requirements

##Installation

  • Download the zip file and unzip it to your plugin folder.

###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"}|*/?>

##Problems?

Check the wiki or open an issue.

##Example

Example

Contributing

Contributions are always welcome.

####Formatting

  • Indentation: 4 Spaces

Releases

No releases published

Packages

No packages published

Languages

  • PHP 44.3%
  • JavaScript 38.9%
  • HTML 11.3%
  • CSS 2.8%
  • Shell 2.7%