terraform-provider-github
terraform-provider-github copied to clipboard
[FEAT]: Can the repository `auto_init` create an empty commit?
Describe the need
Currently, auto_init adds a placeholder README.md file with a single # Test line.
I think it'd be better if a single, empty commit was added. It would then have no conflicts with repository contents and still have a commit, and a branch.
git commit --allow-empty -m Init
SDK Version
No response
API Version
No response
Relevant log output
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
I like this idea! I'd be happy to review a PR that changed this functionality.