how to add a branch as remote gitlab code example
Example: add remote branch git
git remote add github git://github.com/jdoe/coolapp.git
git fetch github
git remote add github git://github.com/jdoe/coolapp.git
git fetch github