~smlavine/pre-push

git pre-push hook to stop code from being pushed late at night

a7abdb6 Add note about use

2 years ago

36d06b7 Linkify title, remove Contributing section

2 years ago

#pre-push

A git pre-push hook to stop code from being pushed late at night.

I don't really use it that much.

#Installation

cd mygitproject/
curl --create-dirs -o .git/hooks/pre-push https://git.sr.ht/~smlavine/pre-push/blob/master/pre-push
chmod +x .git/hooks/pre-push

Licensed under the terms of the MIT license. See LICENSE.