Difference between revisions of "Emacs-VersionControl"

From Coder Merlin
(Created page with "== Version Control Within Emacs == * Reference: [https://www.emacswiki.org/emacs/VersionControl| Emacs Version Control (from Wiki)] == Useful Commands == * Compare current v...")
 
Line 1: Line 1:
== Version Control Within Emacs ==
== Version Control Within Emacs ==
* Reference:  [https://www.emacswiki.org/emacs/VersionControl| Emacs Version Control (from Wiki)]
* Reference:  [https://www.emacswiki.org/emacs/VersionControl Emacs Version Control (from Wiki)]


== Useful Commands ==
== Useful Commands ==
* 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 ='''

Revision as of 18:57, 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 =