Ich habe ein Teammitglied, das versehentlich über 150 seiner lokalen Niederlassungen in unser zentrales Repo gebracht hat. Zum Glück haben alle das gleiche Präfix. Gibt es mit diesem Präfix einen git-Befehl oder ein cooles kleines Shell-Skript, mit dem ich alle auf einmal löschen kann?
$ git branch -r | awk -F/ '/\/APR/{print $2}' | xargs -I {} git push origin :{} error: unable to push to unqualified destination: APR-04-DPH 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 source ref. error: failed to push some refs to 'GIT_URL'