Skip to content

Commit e2f68cf

Browse files
authored
Merge pull request #14 from OnoSendae/feat/sync-and-backups
fix: corrige comando fetch no git-force-sync-backup.sh
2 parents 2da6416 + ffc0795 commit e2f68cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/git-force-sync-backup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fi
1616
echo ""
1717
echo "🔄 Sincronizando TODAS as branches..."
1818

19-
git fetch origin --all
19+
git fetch --all
2020

2121
for branch in $(git branch -r | grep 'origin/' | grep -v 'HEAD' | sed 's/origin\///'); do
2222
echo ""

0 commit comments

Comments
 (0)