Skip to content

Commit fc44669

Browse files
author
mjboos
committed
fixed osf error
1 parent 20f8e7a commit fc44669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/exportdatacode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ We can set-up a Github Remote with name `github` and include a publish dependenc
8484
.. code-block:: bash
8585
8686
$ datalad create-sibling-github REPRONAME -s github --github-login GITHUB_NAME --publish-depends osf
87-
$ datalad publish --to github
87+
$ datalad publish . --to github --transfer-data all
8888
8989
This will publish example.txt in code/ to Github and only add the folder structure and symbolic links for all other file; at the same time it will upload the data to OSF - this way you can let OSF handle your data and Github your code.
9090

0 commit comments

Comments
 (0)