diff --git a/README.md b/README.md index 74e8d82..a962799 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,6 @@ git remote add template https://github.com/chevereto/container-builder This will pull all updates. ```sh -git fetch --all -git merge template/main +git fetch template +git merge template/main --allow-unrelated-histories ```