aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2018-05-13 20:41:43 +0100
committerChristopher Baines <mail@cbaines.net>2018-05-13 21:09:53 +0100
commitfee66200e8890d0669dd024d0619d41c869ae593 (patch)
tree66b6180cd4f1c08c27ecdcf0f86918b92c0880cd
parent306d91cc62dca84970e391ff909e96672710cd75 (diff)
downloadmagit-tutorial-master.tar
magit-tutorial-master.tar.gz
Fill in viewing a file at a particular revisionHEADmaster
-rw-r--r--README.org11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.org b/README.org
index 396c3cb..e320fa7 100644
--- a/README.org
+++ b/README.org
@@ -309,6 +309,17 @@ parts of those unstaged changes.
* Viewing a file at a particular revision
+** With =magit-find-file=
+
+Press =M-x magit-find-file= select the revision (e.g. =HEAD^^=) and
+press =RET= to select the default file.
+
+** With =VC= ([[info:emacs#Old%20Revisions][docs]])
+
+The Emacs version control interface (called VC) supports viewing a
+file at a specific revision, press =C-x v ~=, then enter the desired
+revision (e.g. HEAD^^).
+
* Next steps
From the Magit status buffer, press =?= to get the full list of