From 102089aadd28ad9924467104544dbf1fc35c66be Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Tue, 23 Feb 2021 10:49:04 -0500 Subject: [PATCH] Add post-merge hook --- git_template.local/hooks/post-merge | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 git_template.local/hooks/post-merge diff --git a/git_template.local/hooks/post-merge b/git_template.local/hooks/post-merge new file mode 100755 index 0000000..0a2b979 --- /dev/null +++ b/git_template.local/hooks/post-merge @@ -0,0 +1,3 @@ +#!/bin/sh + +echo ">>> Do you need to move a ticket?"