diff --git a/docs/en/forks/update.md b/docs/en/forks/update.md index 6ee4c8209..1aff59694 100644 --- a/docs/en/forks/update.md +++ b/docs/en/forks/update.md @@ -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 diff --git a/docs/es/forks/update.md b/docs/es/forks/update.md index df14360e9..659307da3 100644 --- a/docs/es/forks/update.md +++ b/docs/es/forks/update.md @@ -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