exam questions

Exam 300-635 All Questions

View all questions & answers for the 300-635 exam

Exam 300-635 topic 1 question 2 discussion

Actual exam question from Cisco's 300-635
Question #: 2
Topic #: 1
[All 300-635 Questions]

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:

Show Suggested Answer Hide Answer
Suggested Answer:
Reference:
https://readwrite.com/2013/10/02/github-for-beginners-part-2/?__cf_chl_jschl_tk__=e918efffa2ee8aeb3abb1b5617f66d8987836398-1586068682-0-
AeVy3GS0NA9UH_pJsYAvz5KnFusbLBBmjSd0ZXoAUXHjnyZwLG_S-
CEEnegStx1xJaR0Y6a0Nbq13x0Q62s9J_soJUIEE2maoAUc7y3AsMTLw9XmylMX0lszsWwM0Poi5zYE26UF1vcFtFM8I_frNE9Nmrf- jdb6YRQ8D4iURVdQ2QbphQr8qLJ_8JcZIaqfkIMgvXxUwqHI9i8pyW3yhne34kYZtye_pSC25ZPU3rQXXtkfOY0hRote1eJoT81LvqJ69hGUvIYv9DGMBwTTk24Ew
NaBbjCjPLj8lKUZaJZzaOfh_ADJ44fCDYs5YAJ11HOS-BeS9jFQ89h2dOpaj-nYIcKae2Y8MsNtGI97g-XeMm-yG6I8bR0A392YT_1f8w

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
RFV147
9 months, 3 weeks ago
as per the : https://www.ciscolive.com/c/dam/r/ciscolive/emea/docs/2020/pdf/DEVNET-1080d.pdf The answer is correct: git status git add . git commit -m ".."
upvoted 2 times
...
f143c37
11 months, 1 week ago
When you "git add ." you should always first check what is going to be added. git status git add . git commit -m ".."
upvoted 2 times
...
Laith_A
2 years, 7 months ago
Run the git add --all command to stage the file for a commit. then Check the status of the local repository with git status command. then Commit the change to the local repository with git commit -m "Running config" command so : 1) git add 2) git status 3) it commit -m "Running config"
upvoted 2 times
...
Pete_P
2 years, 9 months ago
agree "git status" should be at the end
upvoted 4 times
...
anonymousch
2 years, 10 months ago
git status should be the last command, not the first.
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...