Skip to content

Commit

Permalink
readme: add a paragraph on how to revert to a specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Sep 28, 2015
1 parent b125284 commit f29a94d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f29a94d

Please sign in to comment.