Skip to content

My custom git hooks which I use across my repositories

Notifications You must be signed in to change notification settings

abh80/git-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

git-hooks

My custom git hooks which I use across my repository

Note: requires Powershell to be installed in your system

Installation

Add it using git submodule.

$ git submodule add https://github.com/abh80/git-hooks.git

Usage

Execute the script using their relative paths git-hooks/<script>.ps1

Available scripts

  • Commit Message

    Automatically formats your git commit message and commits them easily, also commits your each file separately.

    1. Stage the changes using git add . or individually git add <some-file>
    2. Execute the script ./git-hooks/commmit-message.ps1
    3. Everything required will be prompted next!

About

My custom git hooks which I use across my repositories

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published