In gitlab, there were 3 branches: master, UAT and NEWCOCOAPODS. I used BFG and successfully removed 3 large files. After pushing back up to gitlab, only master is there. The output includes:
remote: To create a merge request for NEWCOCOAPODS, visit: remote: https://git.loomissayles.com/architecture-team/IOMobile/-/merge_requests/new?merge_request%5Bsource_branch%5D=NEWCOCOAPODS remote: remote: remote: To create a merge request for UAT, visit: remote: https://git.loomissayles.com/architecture-team/IOMobile/-/merge_requests/new?merge_request%5Bsource_branch%5D=UAT
How do I restore these other two branches? I'm not sure what a merge request is and don't want to further damage the project.
Thanks!