Which command creates artifact-study from the current master tip and immediately switches to it?
artifact-study
git checkout -b artifact-study
git branch -d artifact-study
git branch artifact-study
git merge artifact-study