Open
Conversation
DWL21
requested changes
Apr 20, 2025
Collaborator
DWL21
left a comment
There was a problem hiding this comment.
안녕하세요 레오입니다. 일단 PR을 yourssu-Lab/brick branch로 설정하여 다시 만들어주세요.
git 관련 문제에 대해 답변을 드리면 yourssu-Lab/apr15 브랜치를 fetch해서 가져온 후 yourssu/brick 브랜치를 checkout, merge하여 작업하면 됩니다. 해결 방법을 알려드리니 무슨 기능인지 학습하셔서 좋은 시행착오가 되었으면 좋겠습니다.
upstream 설정
git remote add yourssu https://github.com/yourssu-Lab/java-sprout
git remote add bricksky https://github.com/bricksky/brick-java-sprout
fetch
git fetch yourssu
git fetch bricksky
checkout & merge
git checkout bricksky/brick
git merge yourssu/apr15 => conflict resolved => commit -am "merge commit"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
<이번 주 배운점>
1. 의존성 교체 및 DAO → Repository 전환
이번 주차에서는 spring-boot-starter-jdbc를 spring-boot-starter-data-jpa로 교체하며 JPA로 전환했습니다.
2. Git Remote 개념 학습
2주차 과제를 진행하며 Git 사용 중 발생한 원격 저장소(remote) 충돌 문제를 해결하는 과정에서, Git의 remote 개념을 깊이 이해하게 되었습니다.
중간에 미완성된 과제를 올리고자 git push를 하는 과정에서 문제를 발견하고 git 문제를 해결하는데 더 많은 시간을 할애한것 같습니다.