1.使用git add "login.py" 然后git commit -m "add url"的时候报错。分支newtype也是存在的
nothing to commit, working tree clean。
2.删除分支报错, Cannot delete branch
切换到其他分支之后
gti branch -D newtype
删除远程分支
git push origin :newtype
2023-02-07 08:07:52
nothing to commit, working tree clean。
切换到其他分支之后
gti branch -D newtype
删除远程分支
git push origin :newtype