Skip to content

Commit

Permalink
Revert "[MHUB-422] feat: add git diff command (#201)"
Browse files Browse the repository at this point in the history
This reverts commit 4bffbe0.
  • Loading branch information
louis-bompart authored Nov 29, 2023
1 parent aef3136 commit 6312d1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions src/git/doGitDiff.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export { default as gitSetRefOnCommit } from "./git/doGitSetRefOnCommit.js";
export { default as gitDeleteRemoteBranch } from "./git/doGitPushDelete.js";
export { default as gitPublishBranch } from "./git/doGitPublishBranch.js";
export { default as gitReset } from "./git/doGitReset.js";
export { default as gitDiff } from "./git/doGitDiff.js";

export { default as npmBumpVersion } from "./npm/doNpmBumpVersion.js";
export { default as npmPublish } from "./npm/doNpmPublish.js";
Expand Down

0 comments on commit 6312d1a

Please sign in to comment.