Appearance
Git 主分支名为 main
git checkout --orphan main_copy git commit -am "项目初始化" git branch -D main git branch -m main git push -f