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

Fix: Use 'git status -s' to check for untracked/modified files #19

Merged
merged 1 commit into from
Nov 27, 2019
Merged

Fix: Use 'git status -s' to check for untracked/modified files #19

merged 1 commit into from
Nov 27, 2019

Conversation

localheinz
Copy link
Contributor

This PR

  • uses git status -s to check for untracked/modified files

Fixes #16.

💁‍♂ For reference, see https://remarkablemark.org/blog/2017/10/12/check-git-dirty/.

@stefanzweifel
Copy link
Owner

Thanks. Will give this version another shot in my test repo 👍

Copy link
Owner

@stefanzweifel stefanzweifel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works perfectly 👍

@stefanzweifel stefanzweifel merged commit 2b22ba6 into stefanzweifel:master Nov 27, 2019
@localheinz localheinz deleted the fix/untracked branch November 27, 2019 19:44
@localheinz
Copy link
Contributor Author

Thank you, @stefanzweifel!

@stefanzweifel
Copy link
Owner

The changes have been released in v2.4.0

@localheinz
Copy link
Contributor Author

Thank you, @stefanzweifel!

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.

Untracked files are not committed
2 participants