Skip to content

Commit

Permalink
consecutive headers
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Feb 26, 2024
1 parent 9895b8b commit dc227ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/programming/GIN-repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ To create a GIN repository on a `ceph` directory:
## To download the dataset locally
#### If the repository doesn't exist locally:
### If the repository doesn't exist locally:
1. Clone (retrieve) the repository from the remote server to your local machine:
Expand All @@ -185,7 +185,7 @@ To create a GIN repository on a `ceph` directory:
```
If the large files in the dataset are _locked_, this command will download the content to the git annex subdirectory, and turn the placeholder files in the working directory into symlinks that point to the content. If the files are _unlocked_, this command will replace the placeholder files in the working directory by the full-content files and **also** download the content to the git annex locally. See the section on [File locking](#file-locking) for further details.
#### If the repository already exists locally:
### If the repository already exists locally:
1. Download any changes from the remote repository to the local clone, and get the most updated repository, by running (from the GIN local repository):
Expand Down

0 comments on commit dc227ed

Please sign in to comment.