While setting up my project I had set up my repo in GitLab. Now I have migrated to GitHub by importing the repository. All the history (commits) has been imported successfully. But now when I add new commits, those are still shown in GitLab and not updated in GitHub. How do I link my project to GitHub and cut its ties with GitLab?
"repository": {
"type": "git",
"url": "git+https://gitlab.com/username/projectname.git"
},
"bugs": {
"url": "https://gitlab.com/username/projectname/issues"
},
"homepage": "https://gitlab.com/username/projectname#readme"
This is how my package.json looks as of now