Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 217 Bytes

File metadata and controls

9 lines (9 loc) · 217 Bytes

TicTacToe

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'