# create gitlab repo git remote add origin git@github.com:nemanjam/myrepo.git && \ git remote add gitlab git@gitlab.com:nemanjam/myrepo.git && \ git remote add all git@github.com:nemanjam/myrepo.git && \ git remote set-url --add --push all git@github.com:nemanjam/myrepo.git && \ git remote set-url --add --push all git@gitlab.com:nemanjam/myrepo.git && \ git remote -v