Epitech Commit READMEOverviewEpitech Commit is a Visual Studio Code extension designed to streamline and enhance the git commit process, ensuring that commits adhere to a standardized format. This extension facilitates quick and efficient commits while respecting the specified coding standards. FeaturesAdd ChangesExecute the commit tool by pressing Select Files To AddChoose among all modified files to add, commit and push them on GitHub. Commit Changes CommandExecute the commit tool by pressing Commit TypesChoose from 7 commit types:
Functionality Addition/RemovalDepending on the selected commit type, the extension may prompt you to specify whether you are adding or removing functionality. Summary InputProvide a summary of all your changes when prompted. Detailed Commit Messages The extension generates a detailed, complete, and compliant commit message following this norm:
Example :
UsagePress InstallationOpen Visual Studio Code.
Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X on macOS).
Search for Feedback and ContributionsFeel free to provide feedback or contribute to the development of this extension on GitHub. License This extension is licensed under the MIT License. Happy Coding! |