GIT: How to do a Git clone without the .git directory

How to do a Git clone without the .git directory (github.com)

// Clone the repo

git clone --depth=1 git://someserver/somerepo dirformynewrepo

// Remove the .git directory

rm -rf !$/.git 

Không có nhận xét nào:

Cold Turkey Blocker

 https://superuser.com/questions/1366153/how-to-get-rid-of-cold-turkey-website-blocker-get-around-the-block Very old question, but still wan...