Correct list on update page

This commit is contained in:
Bertocq
2017-11-20 18:04:56 +01:00
parent 2d68e78505
commit fee77ba630
2 changed files with 2 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ git fetch upstream
And then you can choose to either:
A. Get all the latest changes on CONSUL's **master** branch with `git merge upstream/master`
B. Just update up to an specific release tag (so you can do incremental updates if you're more than one release behind). For example to update up to [v0.9](https://github.com/consul/consul/releases/tag/v0.9) release just: `git merge v0.9`
## Merging changes

View File

@@ -50,6 +50,7 @@ git fetch upstream
Y por fin puedes elegir entre:
A. Actualizar con los últimos cambios de la rama **master** usando `git merge upstream/master`
B. Sólo actualizar hasta cierta versión (en el caso de que prefieras actualizar de forma incremental, si estas varias versiones por detrás). Por ejemplo para actualizarte a la versión [v0.9](https://github.com/consul/consul/releases/tag/v0.9) utilizamos el tag asociado: `git merge v0.9`
## Fusionando cambios