Añadir estrategia por defecto en git pull

This commit is contained in:
Echedelle López Romero 2023-08-04 22:54:18 +02:00
parent 1f85b6d4a0
commit 611bc73f05

View file

@ -15,7 +15,7 @@ then
fi
# Descargar cambios del repositorio principal
git pull --no-edit
git pull --no-rebase --no-edit
# Actualizar dependencias de Ruby
bundle && bundle update