Download only some file from repository

Hello,

such as i wrote in the title, is possible to download only a file/folder from the repository?
I am new in thw world of Git, I did some researches but nothing relevant.

For example:

I have a repository, in this case I call it Test, where inside it there are project A and project B, can I download only project A omitting project B?

Hi, @system_master89, welcome to this forum.

Downloading a particular file from the web UI is very easy; It’s just a matter of exploring the tree until the file you need and use the [Raw] button. That will lead you to:

http://yourserver/owner_name/repository_name/raw/branch/branch_name/path/file_name

For example:

http://mycompany.com:3000/mike/utilities/raw/branch/master/styles/colors.css

Directories are not currently supported from the UI.

From the command line there are many ways to do it with git; Stackoverflow has better answers than I can provide. :grin: