We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1300c44 commit e1f02e9Copy full SHA for e1f02e9
src/Console/Command/Git/DeInitCommand.php
@@ -22,6 +22,7 @@ class DeInitCommand extends Command
22
*/
23
protected static $hooks = [
24
'pre-commit',
25
+ 'pre-push',
26
'commit-msg',
27
];
28
src/Console/Command/Git/InitCommand.php
@@ -27,6 +27,7 @@ class InitCommand extends Command
public static $hooks = [
29
30
31
32
33
0 commit comments