Skip to content

A git pre-commit hook for making sure you're hitched correctly

Notifications You must be signed in to change notification settings

entryway/blind-date

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Blind Date

Install it

In a Git repository, type:

curl -O --silent http://github.com/entryway/blind-date/raw/master/pre-commit && mv pre-commit ./.git/hooks/pre-commit && chmod +x ./.git/hooks/pre-commit

What is it

This pre-commit hook for git ensures that you're hitched to the right person to avoid a lot of git commit --amend after you forget who you're hitched to.

  • requires git repository
  • requires hitch gem

Happy hitching

About

A git pre-commit hook for making sure you're hitched correctly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published