This commit is contained in:
Rodolfo Berrios
2021-06-10 15:49:50 -04:00
parent ee4c652b6d
commit d6e1fbc6cf

View File

@@ -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
```