瀏覽代碼

Add sub-headlines to Repositories chapter

Tim Heil 12 年之前
父節點
當前提交
068e1f3615
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      doc/05-repositories.md

+ 4 - 0
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
 git, svn or hg. Composer has a repository type for installing packages from
 these systems.
 these systems.
 
 
+#### Maintaining a third library fork
+
 There are a few use cases for this. The most common one is maintaining your
 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
 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
 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
 When you run `php composer.phar update`, you should get your modified version
 of `monolog/monolog` instead of the one from packagist.
 of `monolog/monolog` instead of the one from packagist.
 
 
+#### Git alternatives
+
 Git is not the only version control system supported by the VCS repository.
 Git is not the only version control system supported by the VCS repository.
 The following are supported:
 The following are supported: