Question 2 of 32 from exam 300-635-DCAUTO: Automating and Programming Cisco Data Center Solutions

Question 2 of 32 from exam 300-635-DCAUTO: Automating and Programming Cisco Data Center Solutions

Question

DRAG DROP - A file named myfunc.py has been edited.

Drag and drop the steps from the left that ensure that this file is committed to the local Git repository and verify its status into the correct order on the right.

Not all options are used.

Select and Place:

git add . step 1
git add step 2
git status step 3

git commit -m "new function"

git commit -msg "new function"

Explanations