📌  相关文章
📜  错误:RPC 失败; curl 92 HTTP 2 流 0 未完全关闭:CANCEL(错误 8 - Shell-Bash 代码示例

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

代码示例1
git checkout --orphan newBranch
git add -A  # Add all files and commit them
git commit -am "Clean Repo"
git branch -D master  # Deletes the master branch
git branch -m master  # Rename the current branch to master
git push -f origin master  # Force push master branch to github