spacemacs/contrib/!source-control/version-control
..
packages.el
README.md

Version-Control contribution layer for Spacemacs

Table of Contents

Description

This layers adds general configuration for Emacs VC. It should work with all VC backends such as Git, Mercurial, Bazaar, SVN, etc...

Features:

  • highlights uncommitted changes in the fringe or margin with diff-hl

Install

Layer

To use this contribution add it to your ~/.spacemacs

(setq-default dotspacemacs-configuration-layers '(version-control))

Key Bindings

Key Binding   |                 Description

------------------|------------------------------------------------------------ ghg | Go to hunk ghN | Previous hunk ghn | Next hunk ghr | Revert hunk