Add a flag to only write on clean repos (no pending changes to commit) #1511
acabal33uab
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Automatically fixing all typos is unpractical when the following happens:
In this case, rolling back is time consuming.
So I suggest a flag which only writes when there is nothing left to commit (result of
git diff --exit-code &> /dev/nullcan be checked)Beta Was this translation helpful? Give feedback.
All reactions