From a81bc11fe73b36799d3347e38fe643a32d5ecba5 Mon Sep 17 00:00:00 2001 From: Damian Edkovic Date: Tue, 17 Feb 2026 23:23:44 +0000 Subject: [PATCH] Update git-sync.sh --- git-sync.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/git-sync.sh b/git-sync.sh index 28b4451..cf33645 100755 --- a/git-sync.sh +++ b/git-sync.sh @@ -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 +