Skip to content

Instantly share code, notes, and snippets.

@ricardobalk
Last active February 26, 2023 20:45
Show Gist options
  • Save ricardobalk/eb3f1a8dbb855879f31eed6870973ba1 to your computer and use it in GitHub Desktop.
Save ricardobalk/eb3f1a8dbb855879f31eed6870973ba1 to your computer and use it in GitHub Desktop.
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment