I have one gitlab / github remote repo for reviewing the code and I want to use Heroku as a second git remote url to deploy my app.
It works fine when I git remote add name url
and then git push name branch
However: When I want to clone the repository on another computer from gitlab, all the remote urls are gone, just only the gitlab url is left.
How can I send save all the remote URLs ?
Thanks.