Skip to content

Commit

Permalink
feat(git): change pre-commit hook to pre-push to make commits shorter…
Browse files Browse the repository at this point in the history
… but still prevent incorrect code from being pushed to remote repository (#391)
  • Loading branch information
Thomasan1999 authored Sep 14, 2024
1 parent be172c5 commit a2fbcc4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This portfolio is structured into two semi-independent projects, located in the
│ └── workflows # GitHub workflows
├── .husky # Contains Husky scripts
│ ├── commit-msg # Lints commit messages
│ └── pre-commit # Validates code to be committed
│ └── pre-push # Validates code to be pushed
├── client # Front-end (Vue application)
├── server # Back-end, not published for security reasons
├── .gitignore # Files ignored by Git
Expand Down

0 comments on commit a2fbcc4

Please sign in to comment.