Skip to content

This tool allows VSCode to automatically remember your last entered commit message and pre-fill the commit message with the recently checked-out branch name.

Notifications You must be signed in to change notification settings

dmstern/smart-commit-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smart-commit-template

This is a small command line tool, which configures a post-commit and a post-checkout git hook and sets the commit.template to .git/.gitmessage.txt.

This allows VSCode to automatically remember your last entered commit message and pre-fill the commit message input with the recently checked-out branch name.

Installation

npm i -g smart-commit-template

Usage

cd my-project-folder
smart-commit-template

About

This tool allows VSCode to automatically remember your last entered commit message and pre-fill the commit message with the recently checked-out branch name.

Resources

Stars

Watchers

Forks

Packages

No packages published