Tarik git dari repositori template
git remote add template [URL of the template repo]
git fetch --all
git merge template/[branch to merge] --allow-unrelated-histories
QuackAttack69