Created
October 19, 2022 15:05
-
-
Save leoantony72/b182050af2b8f9998306773cc130daed to your computer and use it in GitHub Desktop.
Push all commits,branches into new repo
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 remote remove origin | |
git remote add origin new-repo-url | |
git push --all | |
git push --tags |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment