gitea admin user create –admin –username [username]–password [password] –email [emailaddress]
touch README.md
git init
git checkout -b main
git add .
git commit -m “first commit 2”
git remote add origin ssh://git@[remote_ip]:22022/[user]/[repo_name].git
git push -u origin main