rm -rf .git src git init echo "README" > README.md git add README.md git commit --date="2022-11-16T10:00:00" -m "Init" mkdir src