diff options
author | Christopher Baines <mail@cbaines.net> | 2018-05-13 20:41:43 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2018-05-13 21:09:53 +0100 |
commit | fee66200e8890d0669dd024d0619d41c869ae593 (patch) | |
tree | 66b6180cd4f1c08c27ecdcf0f86918b92c0880cd | |
parent | 306d91cc62dca84970e391ff909e96672710cd75 (diff) | |
download | magit-tutorial-master.tar magit-tutorial-master.tar.gz |
-rw-r--r-- | README.org | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |