20 lines
477 B
Text
20 lines
477 B
Text
$ git log -n 3
|
|
commit 7dd7551d✂SHA1
|
|
Author: Elena Piscopia <elena@example.net>
|
|
Date: Tue Jun 18 16:13:00 2019 +0000
|
|
|
|
Revert "did a bad modification"
|
|
|
|
This reverts commit ed212010✂SHA1.
|
|
|
|
commit 36c4b840✂SHA1
|
|
Author: Elena Piscopia <elena@example.net>
|
|
Date: Tue Jun 18 16:13:00 2019 +0000
|
|
|
|
add note on helpful git resource
|
|
|
|
commit ed212010✂SHA1
|
|
Author: Elena Piscopia <elena@example.net>
|
|
Date: Tue Jun 18 16:13:00 2019 +0000
|
|
|
|
did a bad modification
|