Question 11 of 28 from exam 300-835-CLAUTO: Automating Cisco Collaboration Solutions

Question 11 of 28 from exam 300-835-CLAUTO: Automating Cisco Collaboration Solutions

Question

DRAG DROP - Drag and drop the git commands/steps from the left into the correct order on the right to make changes and submit code to a remote repository.

Select and Place:

Answer Area

git add main.py

git commit -m “fix for #234”

git clone https:/github.com/CiscoDevNetirepo git

git push origin master

Edit file main.py

Explanations

Answer Area

git add main.py

Git clone hitps://github.com/CiscoDevNet/repo git

git commit -m “fix for #234”

Edit file main.py

git clone hitps://github.com/CiscoDevNetrepo git

git add main.py

git push origin master

git commit -m “fix for #234”

Edit file main.py

git push origin master