Download a specific file from a comandline

In release 11.2 is it possible to download a specific file in a repo. I have
the following structure:

├── 2015/
│   ├── 01.csv
│   ├── 02.csv
│   ├── 03.csv
│   └── ..

My question is, is it possible to download a specific file from the command line?

git clone https://gitlab.com/example/hello.git clones the complete repo.

Maybe it is only a simple git command that i do not know?

Can I use wget or curl to download for example 01.csv?

Take a look at this question on Stackoverflow.