npx husky install
A non correct commit or branch name, will be deleted or rebase.
master
: main branch, contains the latest stable version of the codedev
: dev branch, contains the latest version of the codefeat/
: branch for a new featurefix/
: branch for a bug fixdocs/
: branch for documentation
Other branches will be created if needed.
type(scope): message
feat:
: new featurefix:
: bug fixrefactor:
: code refactoringstyle:
: code styledocs:
: documentationtest:
: testother:
: other changes
travel-route
: Change in api travel routegoogle-api
: Change in api weatherlogin
: Change in login page
No scope is needed if the commit is not related to a specific part of the code.