git remote add template [URL of the template repo]git fetch --allgit merge --allow-unrelated-histories template/[branch to merge]- fix merge conflicts if there are any.
Pull Changes from Template
Dec 26, 2022
git remote add template [URL of the template repo] git fetch --all git merge --allow-unrelated-histories template/[branch to merge]