Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.13 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.13 KB

GIT Commit Message Template

GIT commit message template to help write a better commit message

GIT Template preview

Commit Message Template

Usage

Clone and download .gitCommitMessage into your desired location.

The following steps are Inspired by https://thoughtbot.com/blog/better-commit-messages-with-a-gitmessage-template

Set up commit.template in ~/.gitconfig:

[commit]
  template = ~/.gitCommitMessage

Then copy the gitCommitMessage into ~/.gitCommitMessage with the new default commit message.

Good GIT Commit Message

Good Commit Message

The GIT Commit template is Inspired by

https://chris.beams.io/posts/git-commit/

Release History

  • 0.0.1
    • Work in progress

Meta

Ripudaman Flora – @RipudamanFripudamanflora@gmail.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/ardyflora/GITCommitMessageTemplate