Skip to content

Commit e1f02e9

Browse files
Init/deinit pre-push
1 parent 1300c44 commit e1f02e9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Console/Command/Git/DeInitCommand.php

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class DeInitCommand extends Command
2222
*/
2323
protected static $hooks = [
2424
'pre-commit',
25+
'pre-push',
2526
'commit-msg',
2627
];
2728

src/Console/Command/Git/InitCommand.php

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class InitCommand extends Command
2727
*/
2828
public static $hooks = [
2929
'pre-commit',
30+
'pre-push',
3031
'commit-msg',
3132
];
3233

0 commit comments

Comments
 (0)