# Initialize a new Git repository git init # Commit the empty file with an anonymous committer name and email address git commit --author="Anonymous <>" --date="1990-01-01 12:00:00 +0000" -m "Initial empty commit" --allow-empty --no-gpg-sign