I have a remote branch named as qa(old_ui)
. I don't have it locally.
I used the command
git push origin --delete qa(old_ui)
but no luck. I think that is because of the brackets.
The error is "The term 'old_ui' is not recognized as the name of a cmdlet, function, script file, or operable program.
by the way, I want to use pure git commands to accomplish this.