Compare commits

...

2 Commits

Author SHA1 Message Date
42da621a79 Merge pull request 'first releases' (#10) from first-releases into main
Reviewed-on: #10
2026-02-17 23:21:48 +00:00
372c77cc87 first releases 2026-02-17 23:20:46 +00:00

View File

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