Pro Git, Scott Chacon and Ben Straub, 2014 (Apress) - Comprehensive guide covering Git, with details on repository creation and internal structure in early chapters.
git-init Documentation, Git Project, 2024 - Official documentation for the git init command, explaining its purpose, usage, and available options.
How to initialize a Git repository, Atlassian, 2024 - A practical tutorial on using git init to set up a new local Git repository, with clear examples.