9
Al eliminar la rama remota de git "error: no se puede enviar a un destino no calificado"
Estoy tratando de eliminar una rama remota de git con git push origin :my_remote_branch y obteniendo: error: unable to push to unqualified destination: my_remote_branch The destination refspec neither matches an existing ref on the remote nor begins with refs/, and we are unable to guess a prefix based on the …
139
git