Tried to delete the weird characters branch from remote gitlab project but no success.
git branch -av
listing the weird characters branch as remotes/origin/<A4><A4><BD><BC>
git push origin --delete "<A4><A4><BD><BC>"
showing no such remote branch.
With git ls-remote --heads
lists the branch like below.
ec9dd6610c545bca163221c11843ad03f642cd62 refs/heads/▒▒▒▒
git push origin --delete refs/remotes/origin/▒▒▒▒
! [remote rejected] origin/▒▒▒▒ (deny deleting a hidden ref)
error: failed to push some refs to gitlab repository
Have tried with gitk-GUI(Ubuntu)
& Windows Git-GUI
also but no success.
Link As per the following link even tried on Windows-10 Command prompt
and Git-Bash
as well, but still unable to view the masked characters branch to delete.