I think the title pretty much says it all.
I can Clone the full repo but I cannot seem to select the specific Branch I want.
Simply put I just want to do a Fetch. I do not want to do this via the console, but rather within VS via the UI.
Possible ?
Thanks in advance.
Hi @Ardeun
I have not tried this, but you can explore the option of specifying the branch URL and see if it's cloning the branch
Heres the reference
https://github.com/microsoft/vscode-remote-release/issues/4296
Otherwise clone the repo with shallow option and then checkout to a specific branch which is optimal for large repositories
Let me know if this helps
Thanks,
Pramodh
Appreciate the reply Pramodh,
I read the github link however on my interpretation it does not address the issue for me.
I will try that second option you mentioned. While it does sound workable it is of course not ideal as it is double handling and if I am not mistaken (happy to be corrected) I will end up with two sets of files on my drive ?
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.