Git: Import a repo from Bitbucket to Github

Most of the providers do provide an way to import a repo using GUI by entering the URL of the source and credentials (if the repo requires auth). But sometimes it might be convinient to do it using command line as this approach is going to be the same across providers. How to import the repository using command line In command line, it is just a matter of executing five lines of commands and you can move repos from one provider to another be it Bitbucket to Github or Github to Gitlab or Gitlab to Bitbucket or any other combination....

February 1, 2022 · 2 min · Mr. Kamath