This file contains hidden or 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
| git init -b main && \ | |
| GIT_AUTHOR_NAME="Initial empty commit" GIT_AUTHOR_EMAIL=initial@example.com \ | |
| GIT_COMMITTER_NAME="Initial empty commit" GIT_COMMITTER_EMAIL=initial@example.com \ | |
| GIT_AUTHOR_DATE=2000-01-01T12:00:00+0000 GIT_COMMITTER_DATE=2000-01-01T12:00:00+0000 \ | |
| git commit-tree -m "Initial empty commit" 4b825dc642cb6eb9a060e54bf8d69288fbee4904 | \ | |
| xargs git update-ref -m "Initial empty commit" refs/heads/main |