35 lines
891 B
Text
35 lines
891 B
Text
$ git log -p -n 2
|
|
commit e310b465✂SHA1
|
|
Author: Elena Piscopia <elena@example.net>
|
|
Date: Tue Jun 18 16:13:00 2019 +0000
|
|
|
|
add note on datalad save
|
|
|
|
diff --git a/notes.txt b/notes.txt
|
|
index 3a7a1fe..0142412 100644
|
|
--- a/notes.txt
|
|
+++ b/notes.txt
|
|
@@ -1,3 +1,7 @@
|
|
One can create a new dataset with 'datalad create [--description] PATH'.
|
|
The dataset is created empty
|
|
|
|
+The command "datalad save [-m] PATH" saves the file (modifications) to
|
|
+history.
|
|
+Note to self: Always use informative, concise commit messages.
|
|
+
|
|
|
|
commit 874d766f✂SHA1
|
|
Author: Elena Piscopia <elena@example.net>
|
|
Date: Tue Jun 18 16:13:00 2019 +0000
|
|
|
|
Add notes on datalad create
|
|
|
|
diff --git a/notes.txt b/notes.txt
|
|
new file mode 100644
|
|
index 0000000..3a7a1fe
|
|
--- /dev/null
|
|
+++ b/notes.txt
|
|
@@ -0,0 +1,3 @@
|
|
+One can create a new dataset with 'datalad create [--description] PATH'.
|
|
+The dataset is created empty
|
|
+
|