UNPKG

git-command-helper

Version:
15 lines (14 loc) 891 B
// git-command-helper 2.1.0 by Dimas Lanjaka <dimaslanjaka@gmail.com> (https://www.webmanajemen.com) export { dryRun, isCanPush } from './dry-helper.mjs'; export { getGithubBranches } from './getGithubBranches.mjs'; export { getGithubCurrentBranch } from './getGithubCurrentBranch.mjs'; export { getGithubRemote } from './getGithubRemote.mjs'; export { getGithubRepoUrl } from './getGithubRepoUrl.mjs'; export { getGithubRootDir } from './getGithubRootDir.mjs'; export { getAllIgnoresConfig, getGitignoreFiles, getIgnores, isIgnored } from './gitignore.mjs'; export { gitHasChanges } from './hasChanges.mjs'; export { isUntracked } from './isFileChanged.mjs'; export { latestCommit } from './latestCommit.mjs'; export { applyTokenToOriginUrl, applyUserToOriginUrl } from './origin-helper.mjs'; export { parseGitHubUrl } from './parseGitHubUrl.mjs'; export { gitStatus } from './status.mjs';