mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:40:06 +08:00
ff2c5a4d6c
`Git log` should not open log buffer for non-git repository files |
||
---|---|---|
.. | ||
autoload | ||
doc | ||
plugin | ||
syntax | ||
.gitignore | ||
addon-info.json | ||
LICENSE | ||
README.md |
git.vim
Use git in SpaceVim
usage
:Git add %
: stage current file.:Git add .
: stage all files:Git commit
: edit commit message:Git push
: push to remote:Git fetch
: fetch remotes:Git checkout
: checkout branches:Git log %
: view git log of current file:Git config
: list all git config:Git reflog
: manage reflog information:Git branch
: list, create, or delete branches
Screenshot
:Git status
:Git commit
:Git push
:Git push
completion
:Git diff
:Git log
Feedback
This plugin is based on SpaceVim's API, make sure your SpaceVim is the latest version.
To report bug or request new features about git.vim, please send me email.