Difference between revisions of "Emacs-VersionControl"

From Coder Merlin
Line 5: Line 5:
* Compare current version with repository : vc-diff -- diff with other revisions
* Compare current version with repository : vc-diff -- diff with other revisions
** '''C-x v ='''
** '''C-x v ='''
* Revert buffer : vc-revert-buffer -- undo checkout
** '''C-x v u'''

Revision as of 19:00, 22 November 2018

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

Version Control Within Emacs[edit]

Useful Commands[edit]

  • Compare current version with repository : vc-diff -- diff with other revisions
    • C-x v =
  • Revert buffer : vc-revert-buffer -- undo checkout
    • C-x v u