Push to Github May 03, 2022 git init git commit -m "first commit" git branch -M main git remote add origin git@github.com:WangyingxuHalo/hot_potato.git git push -f origin main Read more