Last active
February 26, 2023 20:45
-
-
Save ricardobalk/eb3f1a8dbb855879f31eed6870973ba1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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