Which command helps you track the revisions of your revisions in git ? git reflog git track git revision trak git logref
aap mujhe thanks kyu de rhe ho
Answers
Answered by
2
Answer:
Step-by-step explanation:
bio Repository
Create a new Git repository on your computer called bio .
Write a three-line biography for yourself in a file called me.txt , commit your changes.
Modify one line, add a fourth line.
Display the differences between its updated state and its original state.
Answered by
18
Correct answer is git reflog.
Similar questions