我想在本地和远程删除分支。
尝试删除远程分支失败```git branch -d remotes/origin/bugfixerror: branch ‘remotes/origin/bugfix’ not found.
git branch -d origin/bugfixerror: branch ‘origin/bugfix’ not found.
git branch -rd origin/bugfixDeleted remote branch origin/bugfix (was 2a14ef7).
git pushEverything up-to-date
git pull来自github.com:gituser/gitproject