Created
March 20, 2018 23:15
-
-
Save doevelopper/f29aaf0311d050789af62c74edda3f73 to your computer and use it in GitHub Desktop.
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. Create an empty repo in BitBucket | |
2. `git clone --bare [email protected]:user/repo.git` | |
3. `cd repo.git` | |
4. `git push --mirror [email protected]:user/repo.git` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment