Skip to content

Instantly share code, notes, and snippets.

View klickerlebnis's full-sized avatar
🎓
evolving

Dominik Urban klickerlebnis

🎓
evolving
View GitHub Profile
@klickerlebnis
klickerlebnis / clone-with-degit.sh
Created June 18, 2020 09:46
Clone repo without project history
npx degit NameOfRepo NameOfFolderToCopyIn
@klickerlebnis
klickerlebnis / git-clone-bare.sh
Last active June 18, 2020 09:42
Clone all branches with bare option
git clone --bare CLONEURL .git
git config --bool core.bare false
git reset --hard