MCPcopy
hub / github.com/amplication/amplication / push

Method push

libs/util/git/src/providers/git-cli.ts:257–259  ·  view source on GitHub ↗
(options?: string[])

Source from the content-addressed store, hash-verified

255 }
256
257 async push(options?: string[]) {
258 return this.git.push(options);
259 }
260
261 async reset(options: string[], mode: ResetMode = ResetMode.HARD) {
262 return this.git.reset(mode, options);

Callers 15

applyPatchMethod · 0.95
commitMethod · 0.95
subscribeUserFunction · 0.80
featureAnnouncementFunction · 0.80
techDebtAlertFunction · 0.80
buildCompletedFunction · 0.80
getValidationSchemaMethod · 0.80
chunkArrayInGroupsMethod · 0.80
createMethod · 0.80
reOrderPluginsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected