Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/steveukx/git-js
/ updateSubModuleTask
Function
updateSubModuleTask
simple-git/src/lib/tasks/sub-module.ts:21–23 ·
view source on GitHub ↗
(customArgs: string[])
Source
from the content-addressed store, hash-verified
19
}
20
21
export
function
updateSubModuleTask(customArgs: string[]): StringTask<string> {
22
return
subModuleTask([
'update'
, ...customArgs]);
23
}
Callers
1
git.js
File · 0.85
Calls
1
subModuleTask
Function · 0.85
Tested by
no test coverage detected