git init git add .... set GIT_AUTHOR_DATE="2022-02-28 10:18:24" set GIT_COMMITTER_DATE="2022-02-28 10:18:24" git commit -m "first commit" git branch -M main git remote add origin https://github.com/..... git push -u origin main