You are here

README.txt in Git Deploy 6.2

Same filename and directory in other branches
  1. 8.2 README.txt
  2. 6 README.txt
  3. 7.2 README.txt
  4. 7 README.txt
INTRODUCTION
------------

Git Deploy lets you develop on a live site and still satisfy version
requirements and get accurate results from the update status system. This makes
it easier to contribute to the projects you use.

Version information is added automatically when the Drupal packaging system
creates a release. If you check out a contributed project from the Drupal
repository with Git, it should not have any version information. Git Deploy gets
the missing version information from the project's Git log.

* Project page: https://www.drupal.org/project/git_deploy
* Issue queue: https://www.drupal.org/project/issues/git_deploy


REQUIREMENTS
------------

* Access to the git command.
* The ability for PHP to execute shell commands.
* To get accurate update status information, enable the myDropWizard module
  (https://www.drupal.org/project/mydropwizard).


ALTERNATIVES
------------

A project’s dev release changes whenever a maintainer updates its branch. To
enforce consistency among sites using a dev release, you can lock them to the
same release by checking out a specific Git commit. You would not contribute
changes from these sites back to the project. Drush 8
(https://docs.drush.org/en/8.x/) can automatically add version information to
projects you check out with Git.

* The drush pm-download command with options --package-handler=git_drupalorg
  --gitinfofile performs a Git clone and checkout and adds version information
  to the project info file.
* The drush make command automatically adds version information to the project
  info file without additional options.

Composer Deploy (https://www.drupal.org/project/composer_deploy) gets version
information from Composer metadata for projects installed with Composer.

File

README.txt
View source
  1. INTRODUCTION
  2. ------------
  3. Git Deploy lets you develop on a live site and still satisfy version
  4. requirements and get accurate results from the update status system. This makes
  5. it easier to contribute to the projects you use.
  6. Version information is added automatically when the Drupal packaging system
  7. creates a release. If you check out a contributed project from the Drupal
  8. repository with Git, it should not have any version information. Git Deploy gets
  9. the missing version information from the project's Git log.
  10. * Project page: https://www.drupal.org/project/git_deploy
  11. * Issue queue: https://www.drupal.org/project/issues/git_deploy
  12. REQUIREMENTS
  13. ------------
  14. * Access to the git command.
  15. * The ability for PHP to execute shell commands.
  16. * To get accurate update status information, enable the myDropWizard module
  17. (https://www.drupal.org/project/mydropwizard).
  18. ALTERNATIVES
  19. ------------
  20. A project’s dev release changes whenever a maintainer updates its branch. To
  21. enforce consistency among sites using a dev release, you can lock them to the
  22. same release by checking out a specific Git commit. You would not contribute
  23. changes from these sites back to the project. Drush 8
  24. (https://docs.drush.org/en/8.x/) can automatically add version information to
  25. projects you check out with Git.
  26. * The drush pm-download command with options --package-handler=git_drupalorg
  27. --gitinfofile performs a Git clone and checkout and adds version information
  28. to the project info file.
  29. * The drush make command automatically adds version information to the project
  30. info file without additional options.
  31. Composer Deploy (https://www.drupal.org/project/composer_deploy) gets version
  32. information from Composer metadata for projects installed with Composer.