Guidelines to cleaner git commits

Standardized documentation followed for cleaner git commits

To integrate git commit message helper to vs-code

  • via cli

    • commitizen-cli documentation
    • Method:

      • npm i -g commitizen-cli in vscode terminal
      • to use either commitizen-cli or npx commitizen-cli (to skip first step)
      • then follow terminal guidelines
  • vscode extension: not developed yet

Git commit practices (pulling, pushing in new branch, squash etc)

  • https://trunkbaseddevelopment.com/
  • https://profy.dev/ - website to practise git and agile