From 068e1f3615789a107f864366db30d49466727a7a Mon Sep 17 00:00:00 2001 From: Tim Heil Date: Mon, 27 Aug 2012 13:59:34 +0200 Subject: [PATCH] Add sub-headlines to Repositories chapter --- doc/05-repositories.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/05-repositories.md b/doc/05-repositories.md index 2e2672ccd..3ec8c24f8 100644 --- a/doc/05-repositories.md +++ b/doc/05-repositories.md @@ -154,6 +154,8 @@ VCS stands for version control system. This includes versioning systems like git, svn or hg. Composer has a repository type for installing packages from these systems. +#### Maintaining a third library fork + There are a few use cases for this. The most common one is maintaining your own fork of a third party library. If you are using a certain library for your project and you decide to change something in the library, you will want your @@ -181,6 +183,8 @@ Example assuming you patched monolog to fix a bug in the `bugfix` branch: When you run `php composer.phar update`, you should get your modified version of `monolog/monolog` instead of the one from packagist. +#### Git alternatives + Git is not the only version control system supported by the VCS repository. The following are supported: