Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmstern/smart-commit-template
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.
https://github.com/dmstern/smart-commit-template
Last synced: 1 day ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/dmstern/smart-commit-template
- Owner: dmstern
- Created: 2020-01-13T19:55:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T22:40:47.000Z (almost 3 years ago)
- Last Synced: 2023-08-04T10:12:05.285Z (over 1 year ago)
- Language: JavaScript
- Size: 142 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
npm i -g smart-commit-template
```## Usage
```bash
cd my-project-folder
smart-commit-template
```