Update git-sync.sh

This commit is contained in:
Damian Edkovic 2026-02-17 23:23:44 +00:00
parent 372c77cc87
commit a81bc11fe7

View File

@ -8,7 +8,7 @@ git pull origin main
git fetch --prune
git branch --merged main | grep -v '^ *main$' | xargs git branch -d 2>/dev/null || true
<<<<<<< Updated upstream
echo ""
echo "======================================"
@ -22,6 +22,6 @@ git checkout main
echo "Gotowe. Teraz możesz tworzyć nową gałąź."
=======
echo "Gotowe. Teraz możesz tworzyć nową gałąź."
>>>>>>> Stashed changes