Skip to content

Commit e3350f4

Browse files
committed
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 <[email protected]>
1 parent b08df2d commit e3350f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ If you aren't using any ZSH frameworks, or if you're using `bash`, `fish` or ano
282282
- [git, the simple guide](https://rogerdudler.github.io/git-guide/) by Roger Dudler is a good introduction to `git`.
283283
- [GitHub Cheat Sheet](https://github.com/tiimgreen/github-cheat-sheet) is an excellent collection of tips and aliases maintained by Tim Green.
284284
- [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.
285+
- [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.
285286
- [How Does Git Work?](https://phoenixnap.com/kb/how-git-works) - A basic introduction to `git`.
286287
- [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.
287288
- [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.

0 commit comments

Comments
 (0)