Skip to content

Commit a609f58

Browse files
authored
Create hook.sh
1 parent a440d30 commit a609f58

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hook.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
cd .git/hooks
4+
wget https://gist.githubusercontent.com/Desgard/f2c34e4586eb92d50a6a10d0cac7dc0a/raw/61e51756b5fdc8ddae617d01d684ff3f2a4cc331/commit-msg.py -O commit-msg >/dev/null 2>&1
5+
6+
echo -e '\033[44;37;5m The deployment for githook is completed ! \033[0m 😎 '

0 commit comments

Comments
 (0)