Skip to content

Instantly share code, notes, and snippets.

@leoantony72
Created October 19, 2022 15:05
Show Gist options
  • Save leoantony72/b182050af2b8f9998306773cc130daed to your computer and use it in GitHub Desktop.
Save leoantony72/b182050af2b8f9998306773cc130daed to your computer and use it in GitHub Desktop.
Push all commits,branches into new repo
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