Skip to content

Commit

Permalink
Merge pull request #751 from arokem/list_titles
Browse files Browse the repository at this point in the history
This is the name of the file that was created earlier on.
adswa authored Aug 24, 2021
2 parents 72bca4e + dea135b commit f8daf24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basics/101-115-symlinks.rst
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ Data integrity

So far, we mastered quite a number of challenges:
Creating and populating a dataset with large and small files, modifying content and saving the changes to history, installing datasets, even as subdatasets within datasets, recording the impact of commands on a dataset with the run and re-run commands, and capturing plenty of :term:`provenance` on the way.
We further noticed that when we modified content in ``notes.txt`` or ``list_files.py``, the modified content was in a *text file*.
We further noticed that when we modified content in ``notes.txt`` or ``list_titles.sh``, the modified content was in a *text file*.
We learned that this precise type of file, in conjunction with the initial configuration template ``text2git`` we gave to :command:`datalad create`, is meaningful:
As the text file is stored in Git and not git-annex, no content unlocking is necessary.
As we saw within the demonstrations of :command:`datalad run`, modifying content of non-text files, such as ``.jpg``\s, typically requires the additional step of *unlocking* file content, either by hand with the :command:`datalad unlock` command, or within :command:`datalad run` using the ``-o``/``--output`` flag.

0 comments on commit f8daf24

Please sign in to comment.