현재 master의 최신 커밋을 기준으로 artifact-study를 만들고 즉시 해당 브랜치로 전환하는 명령은 무엇인가요?
artifact-study
git branch artifact-study
git merge artifact-study
git branch -d artifact-study
git checkout -b artifact-study