Какая команда создаёт ветку artifact-study от текущего состояния master и сразу переключается на неё?
artifact-study
master
git branch artifact-study
git branch -d artifact-study
git checkout -b artifact-study
git merge artifact-study