Skip to content

Commit 6e29eb0

Browse files
committed
Removed comments on same line
Issue with zsh
1 parent ec0e201 commit 6e29eb0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

data/git-datasets.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,12 @@ Then, to upload it, pick a name under `datasets/`, e.g. "my-new-repo", and do
240240
```
241241
git remote add origin [email protected]:datasets/my-new-repo
242242
git branch -M master
243-
git push -u origin master # initialize remote and upload metadata
244-
git annex sync --cleanup -a --no-content # initialize remote annex
245-
git annex copy --to origin # upload images to remote annex
243+
# initialize remote and upload metadata
244+
git push -u origin master
245+
# initialize remote annex
246+
git annex sync --cleanup -a --no-content
247+
# upload images to remote annex
248+
git annex copy --to origin
246249
# verify your .nii.gz files were annexed and uploaded
247250
git annex whereis
248251
```

0 commit comments

Comments
 (0)