Vc

From WikEmacs
Revision as of 01:07, 3 April 2012 by Kindahero (talk | contribs) (typos)
Jump to navigation Jump to search

vc is a Version Control minor mode. This minor mode is automatically activated whenever a file is opened which is under any revision control system. It supports many different version control systems including git, bazaar, CVS and SVN etc. It gives a unique interface to Emacs irrespective of back end version control system in operation.

vc
Description Version control front end for emacs
Author several authors
Maintainer Andre Spiegel
Source http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/vc/
Part of Emacs yes

Basic setup

No particular setup is needed for basic usage. Emacs checks for usage of version control automatically when a file is being opened.

See Also