3번 문제 모범답안 5개라는데 6개에서 어케 줄임?


git branch bugFix

git checkout bugFix

git commit

git checkout main

git commit

git merge bugFix