Skip to content

capsulescodes/more-hooks-for-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

More hooks for git by Capsules Codes

Description

This zsh plugin overload the git command to expose more hooks. the main git binary doesn't expose hooks for the commands that don't modify anything. This plugin give you that ability for the following commands : add, status, diff.

Installation via ZSH Oh-My-Zsh

  1. Run: git clone https://github.com/capsulescodes/more-hooks-for-git.git $ZSH_CUSTOM/plugins/more-hooks-for-git
  2. Add more-hooks-for-git to your plugin list: edit ~/.zshrc and change plugins=(...) to plugins=(... more-hooks-for-git)

Updating via ZSH Oh-My-Zsh

cd $ZSH_CUSTOM/plugins/more-hooks-for-git
git fetch
git pull

This plugin is MIT licensed to match the more-hooks-for-git license.

About

This zsh plugin overload the git command to expose more hooks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages