Question 11 of 60 from exam 300-435-ENAUTO: Automating and Programming Cisco Enterprise Solutions

Question 11 of 60 from exam 300-435-ENAUTO: Automating and Programming Cisco Enterprise Solutions

Question

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.

git branch \
https: //git.cisco.com/python_programmer/device_status: feature
git checkout device_status: feature

B.

git remote add branch python_programmer/device_status: feature
git pull

C.

git branch feature
git checkout feature

D.

git remote add branch \
https: //git.cisco.com/python_programmer/device_status: feature
git push

Explanations