i want to know if there is any option to clone the content of a repository without creating a new folder in.
In my case i am trying to clone the same content in the same folder but with different users the problem appears when one new user try to clone the content for work with it in Visual Studio Code, it creates a new folder, example:
My repository names: Workarea And when i clone it appears with the name Folder and its only 1, but when the new user want to clone it, git creates a new Folder with the name Workarea-1
Exist any option to just only clone the files without creating a new folder?
Thanks in advance