Skip to content

[Jinyong] Week4 미션#27

Open
LATE-BL00MER wants to merge 1 commit intoJinyongfrom
Jinyong-week4
Open

[Jinyong] Week4 미션#27
LATE-BL00MER wants to merge 1 commit intoJinyongfrom
Jinyong-week4

Conversation

@LATE-BL00MER
Copy link
Copy Markdown

@LATE-BL00MER LATE-BL00MER commented Apr 7, 2026

🔗 연관 이슈

Closes #12

🛠 작업 내용

  • 4주차 미션 진행을 위한 개인 패키지 폴더(Jinyong) 구조 세팅
  • 루트 경로에 있는 프로젝트 파일들을 개인 폴더 내부로 이동 및 Gradle 로드 완료 (Link Gradle Project)
  • 깃허브 충돌 방지를 위해 불필요한 설정 파일(.idea) 및 루트 경로의 찌꺼기 src 폴더 제거
  • Jinyong-week4 브랜치 생성 후 개인 폴더 내용만 독립적으로 Push 완료

🖼 스크린샷 (선택)

👀 리뷰 요구사항 (선택)

🤖 AI 활용

  • AI 사용 안 함
  • 코드 작성 아이디어 참고
  • 테스트/리팩토링 보조
  • 문서/주석 작성 보조
  • 기타 (아래에 간단히 작성)
    • Git 브랜치 개념 확인 및 터미널 명령어 작성 보조

💬 나의 프롬프트

인텔리제이에서 내 폴더만 깃허브에 커밋하고 푸시하려는데 파일이 너무 많이 뜨고 꼬인 것 같아. 터미널 명령어로 확실하게 하는 방법 알려줘.

🧠 AI 응답

git add Jinyong, git commit -m "메시지", git push origin Jinyong-week4 명령어 3줄을 입력하여 특정 폴더만 핀셋처럼 집어서 안전하게 올리는 방법을 제시함.

✅ 내가 최종 선택한 방법 (이유)

GUI 환경에서 커밋할 때 .idea 같은 불필요한 설정 파일이나 빈 껍데기 폴더가 섞여서 올라가 충돌이 발생하는 것을 원천적으로 차단하기 위해서임.

💡 나만의 Tip (선택)

@LATE-BL00MER LATE-BL00MER self-assigned this Apr 7, 2026
@LATE-BL00MER LATE-BL00MER changed the title feat: 4주차 미션 패키지 구조 세팅 [Jinyong] Week 4 미션 Apr 7, 2026
@LATE-BL00MER LATE-BL00MER changed the title [Jinyong] Week 4 미션 [Jinyong] Week4 미션 Apr 7, 2026
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5b7f38f901

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@@ -0,0 +1,248 @@
#!/bin/sh
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Gradle wrapper 실행 권한을 복원하세요

Jinyong/gradlew가 실행 비트 없이(커밋 모드 100644) 추가되어 Linux/macOS 및 CI에서 ./gradlew test 같은 기본 실행 경로가 즉시 Permission denied로 실패합니다. 스프링 학습에서도 빌드/테스트 루프가 막히면 검증 습관이 끊기므로, 파일 내용을 바꾸기보다 실행 권한을 포함해 다시 커밋(예: chmod +x gradlew 후 모드 100755 반영)하는 것이 필요합니다. 다음으로는 Gradle Wrapper와 Unix 파일 권한(특히 shebang 스크립트 실행 조건) 개념을 함께 정리해보면 좋습니다.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown

@Joonseok-Lee Joonseok-Lee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants