Pregunta 103

### ¿Cuál de los siguientes comandos de Git te permite crear una nueva branch y empezar a trabajar en ella en una sola línea? (Selecciona dos.) > https://git-scm.com/docs/git-switch - [x] git checkout -b `<new_branch_name>` - [ ] git branch -c `<new_branch_name>` - [x] git switch -c `<new_branch_name>` - [ ] git merge -m `<new_branch_name>` - [ ] git switch -m `<new_branch_name>` - [ ] git checkout -m `<new_branch_name>`