git init git add --all git commit -m "Initial commit" git branch -M main git remote add origin git@github.com:goros8/TicTacToe git push -u origin main git checkout -b template 'git branch'
git init git add --all git commit -m "Initial commit" git branch -M main git remote add origin git@github.com:goros8/TicTacToe git push -u origin main git checkout -b template 'git branch'