diff options
-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 |