Git -Ziehen aus dem Vorlagen -Repository
git remote add template [URL of the template repo]
git fetch --all
git merge template/[branch to merge] --allow-unrelated-histories
QuackAttack69