Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing feature: Ability to check all changes on the current branch #3

Merged
merged 1 commit into from
May 12, 2023

Conversation

abranhe
Copy link
Contributor

@abranhe abranhe commented May 12, 2023

Fixes #2

Changes to src/index.ts

  • Added code to check if on a branch and list all changed files
  • If no changes found, exits with error message
  • If changes found, gets diff for each file

PS: This description was created by deto

@henrycunh
Copy link
Owner

Woah, didn't think anyone would care to tinker with this little tool! Thanks for the PR!

@henrycunh henrycunh merged commit f999708 into henrycunh:main May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to use if the branch is not main
2 participants