📜  连接以重新发布 git 并推送已退出的项目 - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:49:49.932000             🧑  作者: Mango
代码示例2
git init
git add .
git commit -m "Initial commit"
git remote add origin
git push -f origin master