I want clone specific repository of GitHub, but, without commits, branchs, in the other words: clone master branch and nothing more.
I know I can clone the repository and then just copy all the files except the .git folder, but wanted to know if this is possible.
You probably want something like
or maybe