Skip to content

Commit

Permalink
Fix:delete echo
Browse files Browse the repository at this point in the history
  • Loading branch information
bamjun committed May 12, 2024
1 parent 00708a0 commit 71a7e26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion up
Original file line number Diff line number Diff line change
Expand 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)
Expand Down

0 comments on commit 71a7e26

Please sign in to comment.