From 78007a87db96acb141be17f27d0af7fcb3064862 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Thu, 30 Jan 2025 16:43:36 +0000 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=9CBoost=20Your=20Git=20DX=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 13ce349..f3af32c 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Pull requests on interesting tools/projects/resources are welcome. * [Git Cherry-pick and its usages](https://www.loginradius.com/blog/async/git-cherry-pick/) - A blog explaining how command git cherry-pick works. * [The ultimate guide to .gitignore](https://github.com/groda/the_ultimate_gitignore_guide) All about `.gitignore`. * [No Bullsh\*t Git](https://maciejb2k.github.io/no-bs-git/) - free and complete explanation of git internals and the `.git/` directory. +* [Boost Your Git DX](https://adamchainz.gumroad.com/l/bygdx) - book covering many tips and extra tools to improve command line Git. ## Style Guide *Style guide when you work with git*