From e3350f4f82ab010aab24298de638f0e9b3884a7a Mon Sep 17 00:00:00 2001 From: Joe Block Date: Mon, 24 Feb 2025 10:51:57 -0700 Subject: [PATCH] Add link to Scott Chacon's git config post Add link to Scott Chacon's blog post about how to tweak your `git` configuration to make life easier. Signed-off-by: Joe Block --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 871e09865..dc6c26b8f 100644 --- a/README.md +++ b/README.md @@ -282,6 +282,7 @@ If you aren't using any ZSH frameworks, or if you're using `bash`, `fish` or ano - [git, the simple guide](https://rogerdudler.github.io/git-guide/) by Roger Dudler is a good introduction to `git`. - [GitHub Cheat Sheet](https://github.com/tiimgreen/github-cheat-sheet) is an excellent collection of tips and aliases maintained by Tim Green. - [gitimmersion.com/](http://gitimmersion.com/) is a guided tour that walks through the fundamentals of Git, inspired by the premise that to know a thing is to do it. +- [How Core Git Developers Configure Git](https://blog.gitbutler.com/how-git-core-devs-configure-git/) - What `git config` settings should be defaults by now? Here are some settings that even the core developers change. - [How Does Git Work?](https://phoenixnap.com/kb/how-git-works) - A basic introduction to `git`. - [How I configure my Git identities](https://www.benji.dog/articles/git-config/) - How to use `includeif` to (among other tricks) automatically change what email is credited as author depending on what git repository you're working on. - [How to Review a Merge Commit](https://haacked.com/archive/2014/02/21/reviewing-merge-commits/) is a good article on dealing with reviewing the changes made during a merge.