ardyflora / GITCommitMessageTemplate

GIT commit message template to help write a good commit message

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

GIT commit message template to help write a good commit message

License:MIT License