This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Description
Adding an empty initial commit is considered a best practice before committing any new files. This ensures the repository’s history starts in a clean state and provides a clear anchor point for future commits.
Additionally, the initial commit is very useful if you want to show things that are only possible once a commit already exists in the repository.
git commit --allow-empty -m "initial commit"