You can check if your code works well before merging through PR! #21
bentshrimp
started this conversation in
General
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
I made a mistake duplicating code here.
제가 코드를 중복해서 적어버리는 실수를 여기서 했습니다.
If I were aware of this, I wouldn't have made this mistake.
이걸 알았다면, 이런 실수는 안 했을텐데 말이죠.
Doing this, you can checkout to the commit right before you actually merge the PR. The commit called 'Merge pull request <PR number> from <PR branch>'.
이걸로, PR 머지를 끝내기 직전 커밋으로 돌아갈 수 있습니다. 'Merge pull request <PR number> from <PR branch> '라고 하는 커밋 말이죠.
Then, not only you can resolve conflict locally, but also can test the code with your IDE. This is a game changer!
그러면, 로컬 환경에서 충돌을 해결할 수 있을 뿐만 아니라, IDE에서 코드를 테스트해볼 수도 있죠. 획기적인 기능입니다!
Beta Was this translation helpful? Give feedback.
All reactions