Last active
June 24, 2020 19:24
-
-
Save RafaelAPB/bd087fb9caafeeed4279a56967e78e58 to your computer and use it in GitHub Desktop.
This file contains 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
git clone --bare https://github.com/hyperledger/caliper.git | |
cd caliper.git | |
git push --mirror https://github.com/USERNAME/CALIPER-PRIVATE-REPO.git | |
cd .. | |
rm -rf caliper.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment