MCPcopy Create free account
hub / github.com/decaporg/decap-cms / getGitClient

Function getGitClient

cypress/plugins/common.js:69–72  ·  view source on GitHub ↗
(repoDir)

Source from the content-addressed store, hash-verified

67};
68
69function getGitClient(repoDir) {
70 const git = simpleGit(repoDir).env({ ...process.env, GIT_SSH_COMMAND, GIT_SSL_NO_VERIFY });
71 return git;
72}
73
74module.exports = {
75 getExpectationsFilename,

Callers 8

prepareTestGitLabRepoFunction · 0.85
resetOriginRepoFunction · 0.85
prepareTestBitBucketRepoFunction · 0.85
resetOriginRepoFunction · 0.85
initRepoFunction · 0.85
setupGitGatewayFunction · 0.85
prepareTestGitHubRepoFunction · 0.85
resetOriginRepoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected