Añadir estrategia por defecto en git pull
This commit is contained in:
parent
1f85b6d4a0
commit
611bc73f05
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue