We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1b500 commit d5ffd58Copy full SHA for d5ffd58
hooks/git-push
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+echo "*** git-push hook executing!"
3
+# From https://longair.net/blog/2011/04/09/missing-git-hooks-documentation/
4
+echo Running $BASH_SOURCE
5
+set | egrep GIT
6
+echo GIT_DIR is $GIT_DIR
7
+echo PWD is $PWD
hooks/git-rebase
@@ -0,0 +1,3 @@
+#!/bin/sh
+echo "Custom rebasing message."
+exit 1
0 commit comments