From f29a94d15c828cb6761ba15ad914ef4f840b0bfd Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Mon, 28 Sep 2015 00:26:42 -0400 Subject: [PATCH] readme: add a paragraph on how to revert to a specific version --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9aa4b7a70..c3e82125e 100644 --- a/README.md +++ b/README.md @@ -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