git remote add origin git@github.com:name/project
git push -u origin branch
git push origin :main
github 操作
原文:https://www.cnblogs.com/lambertlt/p/15227574.html