1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-13 02:05:40 +08:00

perf(git): add git command

This commit is contained in:
wsdjeg 2022-10-27 00:23:49 +08:00
parent 0a0b74f09b
commit 975e1d5088

View File

@ -386,15 +386,15 @@ function! s:pull_repo() abort
endfunction
function! s:push_repo() abort
Git push
endfunction
function! s:commit_popup() abort
Git commit -m update
endfunction
function! s:commit() abort
Git commit
endfunction
function! s:revert_hunk() abort