Skip to content

JustusAdam/git-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Git hooks

Shell scripts/programs intended to be used as git hooks with explanations as to their purpose.

Scripts are ordered in directories corresponding to the particular git hook as which they are supposed to run.

Overview

Pre commit

Run after you ran git commit and chose your message but before the commit itself has actually been written.

Script Function
stylish-haskell.hs Prettify haskell code

About

Useful git hooks with explanations what they do

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages