Created
December 6, 2018 05:58
-
-
Save yogeshnarayanan/97952269a1e98d3875ac916fc55564de to your computer and use it in GitHub Desktop.
Git Command to move repository origin
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
git clone --bare https://github.com/exampleuser/old-repository.git | |
cd old-repository.git | |
git push --mirror https://github.com/exampleuser/new-repository.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment