Git Clone avec nom de dossier
git clone [email protected]:whatever folder-name
Distinct Dormouse
git clone [email protected]:whatever folder-name
git clone https://github.com/sferik/sign-in-with-twitter.git signin
cd folder/to/clone-into/
git clone https://github.com/your-repo/project-name.git
git clone [repo]
cd [name of sub-dir]
git filter-branch --prune-empty --subdirectory-filter [path to sub-dir] HEAD