You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pre-commit hook currently stages all changes in the working directory before committing. Sometimes I have changes in the working directory that are still in progress so I do not want to stage them yet. Or multiple changes that I want to commit separately. I think it would be better if the hook only staged changes made by the linter/formatter instead of all changes.
The text was updated successfully, but these errors were encountered:
The pre-commit hook currently stages all changes in the working directory before committing. Sometimes I have changes in the working directory that are still in progress so I do not want to stage them yet. Or multiple changes that I want to commit separately. I think it would be better if the hook only staged changes made by the linter/formatter instead of all changes.
The text was updated successfully, but these errors were encountered: