11 lines
300 B
Text
11 lines
300 B
Text
$ git log -n 1 -p
|
|
commit 57b65327✂SHA1
|
|
Author: Elena Piscopia <elena@example.net>
|
|
Date: Tue Jun 18 16:13:00 2019 +0000
|
|
|
|
rename the book
|
|
|
|
diff --git a/books/TLCL.pdf b/books/The_Linux_Command_Line.pdf
|
|
similarity index 100%
|
|
rename from books/TLCL.pdf
|
|
rename to books/The_Linux_Command_Line.pdf
|