Don't Ignore the Fundamentals
April 3, 2018
Edward and Martin talk about the fundamentals that you need in your Git repository like a proper .gitignore to keep your repository clean, conditional configuration, and setting line endings with your .gitattributes file.
Show Notes
- Getting Started with .gitignore
- .gitignore collection, a
crowd-sourced collection of
files for different types of projects.1
.gitignore
- Git for Windows: Line Endings
- Git Conditional Includes to perform conditional configuration.