Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 817 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 817 Bytes

git-templates

Provides some useful templates for daily git workflow.

Git default commit message

To set a default template for git commit message please use the following command:

git config --global commit.template PATH_TO_THE_REPO/.gitmessage

Pull request template

To set a default pull request template on GitHub please copy .github/pull_request_template.md into YOUR_REPOSITORY/.github/pull_request_template.md.

Inspired by

  1. Using Git Commit Message Templates to Write Better Commit Messages
  2. Conventional Commits 1.0.0
  3. Contributing to Angular