Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor commit message generation and editing
- Introduces `handle_editing` function to facilitate commit message editing via a text editor - Implements a mechanism to use the `$EDITOR` environment variable to determine the text editor - Updates the interaction loop to re-assign the generated commit message to the `commit_message` variable
- Loading branch information