1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:30:04 +08:00
SpaceVim/bundle/git.vim
2024-03-31 15:47:50 +08:00
..
autoload feat(git): complete :Git branch 2024-03-31 15:47:50 +08:00
doc feat(git): complete :Git branch 2024-03-31 15:47:50 +08:00
lua/git feat(git): complete :Git branch 2024-03-31 15:47:50 +08:00
plugin feat(git): add vim cmdline parser function 2024-03-03 22:40:18 +08:00
syntax feat(git): rewrite :Git rebase in lua 2024-03-23 23:18:05 +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 feat(bookmarks): add new bookmark plugin 2024-03-29 00:02:30 +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.