📜  git push - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:43.532000             🧑  作者: Mango

代码示例10
git remote add origin https://github.com/Sandox/TicTacToe.git
git branch -M main
git push -u origin main