Git Challenge

  1. Git Advanced
  2. 커밋 가져오기
문제

당신은 버그를 해결한 후 "버그 수정" commit을 생성했습니다. hotfix/fixA branch에서 작업을 해야 하는데 실수로 feat/somethingB branch에서 작업 했습니다. feat/somthingB branch 에서 "버그 수정" commit을 hotfix/fixA branch로 가져오고, hotfix/fixA branch를 main branch로 merge해주세요. 그리고 feat/somethingB branch에서 "버그 수정" commit을 취소해주세요.

핵심명령어 보기