SyntaxFix
Write A Post
Hire A Developer
Questions
You can make an empty commit with git commit --allow-empty, but that will not allow you to commit an empty folder structure as git does not know or care about folders as objects themselves -- just the files they contain.
git commit --allow-empty