1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 11:10:04 +08:00

docs(git): update readme of git.vim

This commit is contained in:
Eric Wong 2024-12-09 20:59:42 +08:00
parent 859e2db582
commit a42b6b39bc

View File

@ -35,12 +35,15 @@ Plug 'wsdjeg/git.vim'
- `:Git add .`: stage all files - `:Git add .`: stage all files
- `:Git commit`: edit commit message - `:Git commit`: edit commit message
- `:Git push`: push to remote - `:Git push`: push to remote
- `:Git pull`: pull updates from remote
- `:Git fetch`: fetch remotes - `:Git fetch`: fetch remotes
- `:Git checkout`: checkout branches - `:Git checkout`: checkout branches
- `:Git log %`: view git log of current file - `:Git log %`: view git log of current file
- `:Git config`: list all git config - `:Git config`: list all git config
- `:Git reflog`: manage reflog information - `:Git reflog`: manage reflog information
- `:Git branch`: list, create, or delete branches - `:Git branch`: list, create, or delete branches
- `:Git rebase`: rebase git commit
- `:Git diff`: view git-diff info
## Screenshot ## Screenshot