Further reading
To learn more about the topics that were covered in this chapter, take a look at the following resources:
- Scott Chacon, Ben Straub: Pro Git, 2nd Edition (2014), Apress https://git-scm.com/book/en/v2
- Chapter 2 - Git Basics, Section 2.1 - Git Aliases
- Chapter 8 - Customizing Git
- Appendix A: Git in Other Environments
- Matthew Hudson: Git Hooks - A Guide for Programmers https://githooks.com/
- bash/zsh git prompt support https://github.com/git/git/blob/master/contrib/completion/git-prompt.sh
- bash/zsh completion support for core Git https://github.com/git/git/blob/master/contrib/completion/git-completion.bash
- Seth House: Conflict resolution in various mergetools (2020) https://www.eseth.org/2020/mergetools.html
- Julia Evans: Popular git config options (2024) https://jvns.ca/blog/2024/02/16/popular-git-config-options/
- Ricardo Gerardi: 8 Git aliases that make me more efficient (2020) https://opensource.com/article/20/11/git-aliases
- Git SCM Wiki...