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:
parent
0a0b74f09b
commit
975e1d5088
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user