📜  git push existing repo - Shell-Bash 代码示例

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

代码示例5
cd #existing_dir
git init
git remote add origin https://github.com/ #Repo
git branch -M main
git push -u origin main