I am new to Git. I have a public repo in GitHub which i like to sync with my Azure Git. The scenario is like below
GitHub has multiple folders and files with no parent folder. I want to have these folders, files copied to my Azure Git using Azure CI CD process under a parent folder only.
I tried to depict in attached diagram. Git Process
How can i achieve this? Code snippet would help me better as i am new to Git.
Note: I have to use the Azure CI CD process hence there wont be any permanent place where I can put up the code/branches. It would always run in Build Agent which will change in every execution.