I've been searching for how to create a folder in a git repository. Everyone says you can't do it.
But a lot of the authors of programming books I read have a git reposiory for their book and organize it into folders for each chapter with the Visual Studio solution file and project folders in each chapter folder. Sometimes the chapter folder has two folders; Beginning and End and in each of those folders are the solution file and project folders for the beginning and end of the chapter.
How can I set this up in Git and get chapter folders up their for a book I am writing.
The following is a screenshot of what I am thinking of. It is a screenshot of the repository for Apress publishing's Pro ASP.Net Core 6 book: