15 lines
408 B
Text
15 lines
408 B
Text
$ git log -p -n 1
|
|
commit 59ac8d32✂SHA1
|
|
Author: Elena Piscopia <elena@example.net>
|
|
Date: Tue Jun 18 16:13:00 2019 +0000
|
|
|
|
add beginners guide on bash
|
|
|
|
diff --git a/books/bash_guide.pdf b/books/bash_guide.pdf
|
|
new file mode 120000
|
|
index 0000000..00ca6bd
|
|
--- /dev/null
|
|
+++ b/books/bash_guide.pdf
|
|
@@ -0,0 +1 @@
|
|
+../.git/annex/objects/WF/Gq/✂/MD5E-s1198170--0ab2c121✂MD5.pdf
|
|
\ No newline at end of file
|