1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 20:00:05 +08:00
SpaceVim/bundle/git.vim
2023-09-13 16:47:04 +08:00
..
autoload feat(git): add :Git blame 2023-09-13 16:47:04 +08:00
doc feat(git): implement git.lua 2023-08-05 22:31:52 +08:00
lua/git feat(git): add :Git blame 2023-09-13 16:47:04 +08:00
plugin feat(git): implement git.lua 2023-08-05 22:31:52 +08:00
syntax Improve git.vim (#4033) 2021-01-02 18:15:08 +08:00
test chore(bundle): only load default rtp 2023-07-02 17:41:11 +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 Release v2.2.0 2023-07-05 11:50:23 +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.