Skip to content

Commit

Permalink
Init/deinit pre-push
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiu-cristea committed May 26, 2024
1 parent 1300c44 commit e1f02e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Console/Command/Git/DeInitCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class DeInitCommand extends Command
*/
protected static $hooks = [
'pre-commit',
'pre-push',
'commit-msg',
];

Expand Down
1 change: 1 addition & 0 deletions src/Console/Command/Git/InitCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class InitCommand extends Command
*/
public static $hooks = [
'pre-commit',
'pre-push',
'commit-msg',
];

Expand Down

0 comments on commit e1f02e9

Please sign in to comment.