Version-control integration in emacs

One cool thing I just found out is that emacs has version control integration. Most things are bound to C-x v <key>. Some useful commands:

  • C-x v i: add
  • C-x v v: commit (followed by C-c C-c once you’ve written your comment)
  • C-x v l: view log
  • C-x v =: view diff with repository version

A more complete list can be found here.

Post a Comment

You must be logged in to post a comment.