git init && git checkout -b main && touch README.md && git add README.md && git commit -m "first commit" && git remote add origin https://gitea.sylo.top/actions/generate-short-sha.git && git push -u origin main