Skip to content

Useful templates for daily git workflow

License

Notifications You must be signed in to change notification settings

ignatvilesov/git-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Useful templates for daily git workflow

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published