I need to bulk move remote git branches from one directory to another
My current setup:
remote:
Origin
bug
bug1_abcbug
bug2_xyzbug
.
.
.
bug50_bug
bugfix
bug51
bug52
.
.
.
Bug200
Now, I want to move all 50 branches from the 'bug' folder to the 'bugfix' folder. I know I can individually rename the branch name and its remote name. However, is there any easier way to just bulk move all branches from one folder to another ?
Thanks in Advance