Lesson 1 Episode 3 — Explore the changes recorded in the history#
Please perform the following tasks individually
The baseline
Revise the commands launched since the last exercise using…
Perform the commit routine
Append the seventh line to
Lines.txt
using…Stage the changes of
Lines.txt
in the index using…Store the changes of
Lines.txt
in the history using…
As many times as you like
Check the history using…
Compare different versions of
Lines.txt
using…
Formulate your own explanation of what you have observed The following questions are two sides of the same coin:
What did you ask Git to do?
What did Git do for you?
Attention
Are there shortcuts to do the same with less typing?