1
0
Fork 0

Update aliases.md

added another example to make clear how it works.

fixes #2741
pull/2743/head
Carsten Brandt 2014-02-22 17:30:47 +01:00
parent aa74818fe0
commit 4af421bce1
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
## Why aliases? ## Why aliases?
When you are using a VCS repository, you will only get comparable versions for When you are using a VCS repository, you will only get comparable versions for
branches that look like versions, such as `2.0`. For your `master` branch, you branches that look like versions, such as `2.0` or `2.0.x`. For your `master` branch, you
will get a `dev-master` version. For your `bugfix` branch, you will get a will get a `dev-master` version. For your `bugfix` branch, you will get a
`dev-bugfix` version. `dev-bugfix` version.