Skip to content

Scans user workspace directory and configures every local git repository with prepare-commit-msg hook

License

Notifications You must be signed in to change notification settings

doino-gretchenliev/prepare-git-commit-message

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

The setup-prepare-commit-msg scans user workspace directory and configures every local git repository with prepare-commit-msg hook. The hook is configured with prepare-commit-msg.sh script.

Requirments

Python 2 or up

Installtion

  • As is, no installation required
  • As cron job
    1. Enter cron editing mode: crontab -e
    2. Add the following line: 0 8 * * * <path_to_setup-prepare-commit-msg.py> -w <path_to_workspace_directory>

Usage

Check setup-prepare-commit-msg.py --help

About

Scans user workspace directory and configures every local git repository with prepare-commit-msg hook

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages