Add SSE to an Existing Repo
git remote add template-repo https://github.com/sygnaltech/sse-template.gitgit fetch template-repogit merge template-repo/main --allow-unrelated-historiesgit add . git commit -m "Merged template repository into current repository with unrelated histories" git push origin main
Last updated