segundo comit

This commit is contained in:
2025-08-16 02:34:27 -03:00
parent b6dc9fc4cb
commit 056047da79
2 changed files with 79 additions and 1 deletions

View File

@ -69,7 +69,7 @@ git push origin $BRANCH
if [ $? -ne 0 ]; then
echo ""
echo "⚠️ Push fallido. Intentando pull con --allow-unrelated-histories..."
git pull origin $BRANCH --allow-unrelated-histories
git pull --no-rebase origin $BRANCH --allow-unrelated-histories
if [ $? -eq 0 ]; then
echo ""