MCPcopy Create free account
hub / github.com/Kong/insomnia / commit

Method commit

packages/insomnia/src/sync/git/git-vcs.ts:1160–1163  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

1158 }
1159
1160 async commit(message: string) {
1161 console.log(`[git] Commit "${message}"`);
1162 return git.commit({ ...this._baseOpts, message });
1163 }
1164
1165 /**
1166 * Check to see whether remote is different than local. This is here because

Callers 6

commitToGitRepoActionFunction · 0.80
GrpcRequestPaneFunction · 0.80
continueMergeMethod · 0.80
git-vcs.test.tsFile · 0.80

Calls 1

logMethod · 0.45

Tested by

no test coverage detected