-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:datalad-handbook/book into print
- Loading branch information
Showing
195 changed files
with
462 additions
and
919 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
$ datalad save -m "add reference book about git" books/progit.pdf | ||
add(ok): books/progit.pdf (file) | ||
save(ok): . (dataset) | ||
action summary: | ||
add (ok: 1) | ||
save (ok: 1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# lets make the output a bit more concise with the --oneline option | ||
$ git log --oneline | ||
8e5dc80 add reference book about git | ||
d2bb1a8 add books on Python and Unix to read later | ||
a875e49 add reference book about git | ||
b40316a add books on Python and Unix to read later | ||
e0ff3a7 Instruct annex to add text files to Git | ||
4ce681d [DATALAD] new dataset |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$ git log --oneline | ||
bcb0ffe add beginners guide on bash | ||
8e5dc80 add reference book about git | ||
d2bb1a8 add books on Python and Unix to read later | ||
59ac8d3 add beginners guide on bash | ||
a875e49 add reference book about git | ||
b40316a add books on Python and Unix to read later | ||
e0ff3a7 Instruct annex to add text files to Git | ||
4ce681d [DATALAD] new dataset |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
$ datalad save -m "Add notes on datalad create" | ||
add(ok): notes.txt (file) | ||
save(ok): . (dataset) | ||
action summary: | ||
add (ok: 1) | ||
save (ok: 1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
$ datalad save -m "add note on datalad save" | ||
add(ok): notes.txt (file) | ||
save(ok): . (dataset) | ||
action summary: | ||
add (ok: 1) | ||
save (ok: 1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,10 @@ | ||
$ datalad clone --dataset . \ | ||
https://github.com/datalad-datasets/longnow-podcasts.git recordings/longnow | ||
[INFO] Attempting a clone into /home/me/dl-101/DataLad-101/recordings/longnow | ||
[INFO] Attempting to clone from https://github.com/datalad-datasets/longnow-podcasts.git to /home/me/dl-101/DataLad-101/recordings/longnow | ||
[INFO] Start enumerating objects | ||
[INFO] Start receiving objects | ||
[INFO] Start resolving deltas | ||
[INFO] Completed clone attempts for Dataset(/home/me/dl-101/DataLad-101/recordings/longnow) | ||
[INFO] Remote origin not usable by git-annex; setting annex-ignore | ||
[INFO] https://github.com/datalad-datasets/longnow-podcasts.git/config download failed: Not Found | ||
install(ok): recordings/longnow (dataset) | ||
add(ok): recordings/longnow (dataset) | ||
add(ok): .gitmodules (file) | ||
save(ok): . (dataset) | ||
add(ok): .gitmodules (file) | ||
save(ok): . (dataset) | ||
action summary: | ||
add (ok: 3) | ||
install (ok: 1) | ||
save (ok: 2) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
$ datalad save -m "Add short script to write a list of podcast speakers and titles" | ||
add(ok): code/list_titles.sh (file) | ||
save(ok): . (dataset) | ||
action summary: | ||
add (ok: 1) | ||
save (ok: 1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
$ git log --oneline | ||
f4f3039 [DATALAD RUNCMD] create a list of podcast titles | ||
50addd7 Add short script to write a list of podcast speakers and titles | ||
fa63a08 Add note on datalad clone | ||
7c489fb [DATALAD] Added subdataset | ||
9783a90 add note on datalad save | ||
b538dae Add notes on datalad create | ||
bcb0ffe add beginners guide on bash | ||
8e5dc80 add reference book about git | ||
d2bb1a8 add books on Python and Unix to read later | ||
e37c9fc [DATALAD RUNCMD] create a list of podcast titles | ||
e799b6b Add short script to write a list of podcast speakers and titles | ||
87609a3 Add note on datalad clone | ||
3c016f7 [DATALAD] Added subdataset | ||
e310b46 add note on datalad save | ||
874d766 Add notes on datalad create | ||
59ac8d3 add beginners guide on bash | ||
a875e49 add reference book about git | ||
b40316a add books on Python and Unix to read later | ||
e0ff3a7 Instruct annex to add text files to Git | ||
4ce681d [DATALAD] new dataset |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.