From a42b6b39bceedfa5ee2ecdb2f91d04967f91f063 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 9 Dec 2024 20:59:42 +0800 Subject: [PATCH] docs(git): update readme of git.vim --- bundle/git.vim/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundle/git.vim/README.md b/bundle/git.vim/README.md index db7b0bd17..3a625fa1d 100644 --- a/bundle/git.vim/README.md +++ b/bundle/git.vim/README.md @@ -35,12 +35,15 @@ Plug 'wsdjeg/git.vim' - `: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