为什么 npx create-react-app 在 VS Code 中自动创建一个名为 HeaderTwo 的分支
Why is a branch named HeaderTwo automatically created in VS Code by npx create-react-app
每次我 npx create-react-app appname
都会自动创建 HeaderTwo
分支。
我试了git branch -d HeaderTwo
,没用。
图片中的中文是“桌面”。
我认为您位于 HeaderTwo 中已有的其他 git 存储库文件夹中。
检查根文件夹(REACT PROJECT)。
如果您需要删除本地 git 分支,请先切换到另一个分支,然后
尝试 git branch -D branchName
每次我 npx create-react-app appname
都会自动创建 HeaderTwo
分支。
我试了git branch -d HeaderTwo
,没用。
图片中的中文是“桌面”。
我认为您位于 HeaderTwo 中已有的其他 git 存储库文件夹中。 检查根文件夹(REACT PROJECT)。
如果您需要删除本地 git 分支,请先切换到另一个分支,然后
尝试 git branch -D branchName