finally added custom commands to pull with submodules
This commit is contained in:
@@ -1,2 +1,14 @@
|
|||||||
gui:
|
gui:
|
||||||
nerdFontsVersion: "3"
|
nerdFontsVersion: "3"
|
||||||
|
|
||||||
|
customCommands:
|
||||||
|
- key: 'p'
|
||||||
|
context: 'global'
|
||||||
|
command: 'git pull --recurse-submodules'
|
||||||
|
loadingText: 'Pulling with submodules'
|
||||||
|
output: 'log'
|
||||||
|
- key: '<c-p>'
|
||||||
|
context: 'global'
|
||||||
|
command: 'git pull'
|
||||||
|
loadingText: 'Pulling remote repo'
|
||||||
|
output: 'log'
|
||||||
|
|||||||
Reference in New Issue
Block a user