Clarify headings of VCS repo docs
parent
1fb2a1cbaf
commit
62c1756fc4
|
@ -161,7 +161,7 @@ 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 party library fork
|
#### Loading a package from a VCS repository
|
||||||
|
|
||||||
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
|
||||||
|
@ -194,6 +194,8 @@ It is possible to inline-alias a package constraint so that it matches a
|
||||||
constraint that it otherwise would not. For more information [see the
|
constraint that it otherwise would not. For more information [see the
|
||||||
aliases article](articles/aliases.md).
|
aliases article](articles/aliases.md).
|
||||||
|
|
||||||
|
#### Using private repositories
|
||||||
|
|
||||||
Exactly the same solution allows you to work with your private repositories at
|
Exactly the same solution allows you to work with your private repositories at
|
||||||
GitHub and BitBucket:
|
GitHub and BitBucket:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue