7 lines
120 B
VimL
7 lines
120 B
VimL
|
set number
|
||
|
set syntax=on
|
||
|
|
||
|
syntax enable
|
||
|
|
||
|
command Gc execute "!git commit %"
|
||
|
command Gp execute "!git push origin master"
|