readme: add a paragraph on how to revert to a specific version

This commit is contained in:
syl20bnr 2015-09-28 00:26:42 -04:00
parent b125284874
commit f29a94d15c
1 changed files with 10 additions and 0 deletions

View File

@ -42,6 +42,7 @@
- [Update](#update)
- [Automatic update](#automatic-update)
- [On develop branch](#on-develop-branch)
- [Revert to a specific version](#revert-to-a-specific-version)
- [Contributions](#contributions)
- [License](#license)
- [Supporting Spacemacs](#supporting-spacemacs)
@ -225,6 +226,15 @@ the starting page.
3. Restart Emacs to complete the upgrade.
## Revert to a specific version
To revert to a specific version you just have to checkout the corresponding
branch, for instance to revert to the last `0.103`:
```sh
git checkout origin/release-0.103
```
# Contributions
`Spacemacs` is a community-driven project, it needs _you_ to keep it up to