SkillAgentSearch skills...

Git.vim

Use git in spacevim

Install / Use

/learn @wsdjeg/Git.vim
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

git.vim

git.vim is a plugin to use git command in vim and neovim.

GPLv3 License

WARNING

The development of git.vim is stopped. check git.nvim instead.

<!-- vim-markdown-toc GFM --> <!-- vim-markdown-toc -->

Install

  1. Using git.vim in SpaceVim:
[[layers]]
  name = 'git'
  1. Using git.vim without SpaceVim:
Plug 'wsdjeg/git.vim'

Usage

  • :Git add %: stage current file.
  • :Git add .: stage all files
  • :Git commit: edit commit message
  • :Git push: push to remote
  • :Git pull: pull updates from 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
  • :Git rebase: rebase git commit
  • :Git diff: view git-diff info

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

If you encounter any bugs or have suggestions, please file an issue in the issue tracker

Related Skills

View on GitHub
GitHub Stars19
CategoryDevelopment
Updated11mo ago
Forks0

Languages

Lua

Security Score

77/100

Audited on Apr 4, 2025

No findings