From d6e1fbc6cfa5f88add4a233acfb61ea33124c1cf Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios Date: Thu, 10 Jun 2021 15:49:50 -0400 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```