Last active
July 20, 2017 13:41
-
-
Save tabuna/202b75eeaad5d3a7016b9e24ce72e9ef to your computer and use it in GitHub Desktop.
Git download
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget -r -np https://www.exemple.com/.git/ | |
find . -type f -name "*.html*" -exec rm -f {} \; | |
git status | |
git checkout -- . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment