segundo comit
This commit is contained in:
@ -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 ""
|
||||
|
Reference in New Issue
Block a user