git checkout feature/4711
# Only possible once
git checkout -b feature/4712
git checkout -b lookaround v1.0-prod
git checkout -b lookaround 31bc
git checkout HEAD -- todo.txt
git checkout feature/4711
# Only possible once
git checkout -b feature/4712
git checkout -b lookaround v1.0-prod
git checkout -b lookaround 31bc
git checkout HEAD -- todo.txt