code-story
Version:
Get your code activity log for standup from git
8 lines (7 loc) • 466 B
TypeScript
export * from './getBranchInfoFromNameRev';
export { default as getBranchInfoByCommitHash } from './getBranchInfoByCommitHash';
export { default as getDateRangeGitLogOptions } from './getDateRangeGitLogOptions';
export { default as getCommitReflog } from './getCommitReflog';
export { default as getRepositoryUrl } from './getRepositoryUrl';
export { default as getUserName } from './getUserName';
export { default as getRepositoryName } from './getRepositoryName';