-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The current workflow is -
- Make changes in code and stage them.
- Create a commit
- Now a precommit script runs which formats the code.
- Then that unformatted code gets committed.
- The formatted code has to be staged and committed again
- Precommit script runs again, no changes in code occurs.
- The formatted files then gets committed.
- Now we can push the commits.