This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Open you command prompt and run the below commands: | |
``` | |
git clone --mirror https://myorg:SAMPLEh5jSWtUKX2zkkExANC75x3H434DUMMY@bitbucket.org/myorg/your-repo.git | |
cd your-repo.git | |
``` | |
2. Create a repo by the name in Github: your-repo and then run the following commands | |
``` | |
git remote set-url origin https://myorg:ghp_SAMPLE7ka579jPaPODUMMYVwGpFk6l1DUMMY@github.com/myorg/your-repo.git | |
git push --mirror |