Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/peter-evans/create-pull-request
/ push
Method
push
src/git-command-manager.ts:260–266 ·
view source on GitHub ↗
(options?: string[])
Source
from the content-addressed store, hash-verified
258
}
259
260
async
push(options?: string[]): Promise<void> {
261
const
args = [
'push'
]
262
if
(options) {
263
args.push(...options)
264
}
265
await
this.exec(args)
266
}
267
268
async
revList(
269
commitExpression: string[],
Callers
15
buildBranchCommits
Function · 0.80
createOrUpdateBranch
Function · 0.80
checkout
Method · 0.80
cherryPick
Method · 0.80
commit
Method · 0.80
config
Method · 0.80
fetch
Method · 0.80
getCommit
Method · 0.80
hasDiff
Method · 0.80
isDirty
Method · 0.80
revList
Method · 0.80
revParse
Method · 0.80
Calls
1
exec
Method · 0.95
Tested by
1
afterTest
Function · 0.64