mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-15 19:45:46 +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
|
endfunction
|
||||||
|
|
||||||
function! s:push_repo() abort
|
function! s:push_repo() abort
|
||||||
|
Git push
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:commit_popup() abort
|
function! s:commit_popup() abort
|
||||||
|
Git commit -m update
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:commit() abort
|
function! s:commit() abort
|
||||||
|
Git commit
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:revert_hunk() abort
|
function! s:revert_hunk() abort
|
||||||
|
Loading…
x
Reference in New Issue
Block a user