git remote add template https://github.com/CryptoManufaktur-io/ethd-template.git
git fetch template main
git merge template/main
-> Fix merge conflicts
git commit
git push
git remote add template https://github.com/CryptoManufaktur-io/ethd-template.git
git fetch template main
git merge template/main
-> Fix merge conflicts
git commit
git push