From 71a7e26e826b79964a9700a550f40bbc66f64920 Mon Sep 17 00:00:00 2001 From: bamjun Date: Sun, 12 May 2024 13:28:22 +0900 Subject: [PATCH] Fix:delete echo --- up | 1 - 1 file changed, 1 deletion(-) diff --git a/up b/up index 6e5cca4..9a7a3f5 100644 --- a/up +++ b/up @@ -33,7 +33,6 @@ Chore : 기타 작업 remote_count=$(echo "$remotes" | wc -l) # 원격 저장소가 하나이고, 그 이름이 'origin'인지 확인 if [[ $remote_count -eq 1 && $remotes == "origin" ]]; then - echo "원격 저장소 'origin'이 유일합니다." git commit -m "$index" # 현재 브랜치 이름을 찾는 명령어 current_branch=$(git rev-parse --abbrev-ref HEAD)