--- title: "SpaceVim git layer" description: "This layers adds extensive support for git" --- # [SpaceVim Layers:](https://spacevim.org/layers) git - [Description](#description) - [Features](#features) - [Install](#install) - [Layer](#layer) - [Key bindings](#key-bindings) ## Description This layers adds extensive support for [git](http://git-scm.com/). ### Features ## Install ### Layer To use this configuration layer, add `call SpaceVim#layers#load('git')` to your custom configuration file. ## Key bindings | Key Binding | Description | | -------------- | ---------------------- | | ` g a` | git add current file | | ` g A` | git add All files | | ` g b` | open git blame window | | ` g s` | open git status window | | ` g c` | open git commit window |