MCPcopy
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

buildBranchCommitsFunction · 0.80
createOrUpdateBranchFunction · 0.80
checkoutMethod · 0.80
cherryPickMethod · 0.80
commitMethod · 0.80
configMethod · 0.80
fetchMethod · 0.80
getCommitMethod · 0.80
hasDiffMethod · 0.80
isDirtyMethod · 0.80
revListMethod · 0.80
revParseMethod · 0.80

Calls 1

execMethod · 0.95

Tested by 1

afterTestFunction · 0.64