ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 3 - 350-901 discussion

Report
Export

DRAG DROP

Drag and drop the steps from the left into the correct sequence on the right to describe how to use Git to maintain the current HEAD and revert back to a previous commit, while undoing all intermediate commits.


Question 3
Correct answer: Question 3

Explanation:

Step 1: Git status

Step 2: Git log

Step 3: Git reset –soft HEAD@{1}

Step 4: Git reset –hard 56e05fced

Step 5: Git commit -m “Revert to 56e05fced commit”

asked 10/10/2024
Heritier kandolo
47 questions
User
0 comments
Sorted by

Leave a comment first