From bf302f278b9fa3632d08fb1616195460591fd1d7 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Tue, 9 May 2023 21:51:12 -0400 Subject: feat: release more youtube posts --- ...2023-05-04-automate-with-local-hooks-practical-git-advanced.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 posts/2023-05-04-automate-with-local-hooks-practical-git-advanced.php (limited to 'posts/2023-05-04-automate-with-local-hooks-practical-git-advanced.php') diff --git a/posts/2023-05-04-automate-with-local-hooks-practical-git-advanced.php b/posts/2023-05-04-automate-with-local-hooks-practical-git-advanced.php new file mode 100644 index 0000000..eb2a868 --- /dev/null +++ b/posts/2023-05-04-automate-with-local-hooks-practical-git-advanced.php @@ -0,0 +1,7 @@ +

Automate with local hooks Practical Git advanced

+ +

+ Learn how to use local git hooks to automate your workflow. We'll use my favorite three hooks to automate generating commit messages, run unit tests before committing, and clean up build artifacts after checking out new branches. +

+ +