1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:50:04 +08:00
SpaceVim/bundle/git.vim
2023-06-17 12:52:19 +08:00
..
autoload perf(git): use notify api for Git pull 2023-06-17 12:52:19 +08:00
doc docs(git): add :h git-functions and :h git-branch 2022-11-20 12:04:36 +08:00
plugin chore(copyright): update copyright 2023-03-26 13:44:47 +08:00
syntax Improve git.vim (#4033) 2021-01-02 18:15:08 +08:00
.gitignore Improve git.vim (#4033) 2021-01-02 18:15:08 +08:00
addon-info.json Improve git.vim (#4033) 2021-01-02 18:15:08 +08:00
LICENSE Improve git.vim (#4033) 2021-01-02 18:15:08 +08:00
README.md ci(bundle): detach git.vim 2023-04-29 22:29:21 +08:00

git.vim

Use git in SpaceVim

This plugin adds extensive support for git.

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-status

:Git commit

git-commit

:Git push

git-push

:Git push completion

git-push-complete

:Git diff

git-diff

:Git log

git-log

Feedback

The development of this plugin is in SpaceVim/bundle/git.vim directory.