This is my GitLab structure
- Project X
- Repository J
- Branches 1
- File A
- File B
- Branches 2
- File C
- File D
- Branches 1
- Repository J
I want to retrieve File A from Branches 1 Repository J using Java Code. Is there a way on how to do it? I've been looking for this method but can't find it.