Quiero eliminar una sucursal tanto local como remotamente. Intentos fallidos de eliminar una rama remota $ git branch -d remotes/origin/bugfix error: branch 'remotes/origin/bugfix' not found. $ git branch -d origin/bugfix error: branch 'origin/bugfix' not found. $ git branch -rd...