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
- Delete unnecessary files and components
- Update README files
- Modify code components for better performance
- Handle input and selection more effectively
- Generate commit messages using AI
- Add and remove links as needed
- Rename variables for clarity
- Modify descriptions and types of commit messages
These changes aim to improve the functionality and user experience of the project.
Copy file name to clipboardExpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ With AI mode, you can generate a complete commit message using ChatGPT.
102
102
103
103
#### Editor mode
104
104
105
-
In Editor mode, you can choose the `<type>(<optional scope>): <subject> [<issues>]` format by following a simple flow.
105
+
In Editor mode, you can choose the `<type>(<optional scope>): <subject> [<issues>]` format by following a simple flow. Press <kbd>TAB</kbd> to go back to the previous step.
106
106
107
107
> 👉 Tip: If your project is a GitHub repository, the Editor mode feature will automatically fetch the issues associated with your repository. You can select multiple issues to link to your commit message by <kbd>space</kbd> .
0 commit comments