diff options
Diffstat (limited to 'posts/2023-05-04-automate-with-local-hooks-practical-git-advanced.php')
-rw-r--r-- | posts/2023-05-04-automate-with-local-hooks-practical-git-advanced.php | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ +<h1>Automate with local hooks Practical Git advanced</h1> + +<p class="description"> + 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. +</p> + +<iframe width="560" height="315" src="https://www.youtube.com/embed/jPbhyXWUoBY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframer |