An engineer stored source code in a Git repository and is ready to develop a new feature.
The production release is stored in the 'master' branch.
Which commands create the new feature in a separate branch called 'feature' and check out the new version? A.
B.
C.
D.