This is what I have:
I have a main branch ABC and two subbranches DEF and GHI. These two subbranches are used by two different people, Obviously.
I don't have a git client. I'm using a software called as Jenkins using which I can download code from a git repository.
I have URL for the main branch. https://github.com/abc/abc-app.git
But I don't have URL for a subbranch, I'm trying to obtain such a URL for one of those subbranches so that I can integrate it in Jenkins.
Is it possible?