Skip to content

Instantly share code, notes, and snippets.

@tabuna
Last active July 20, 2017 13:41
Show Gist options
  • Save tabuna/202b75eeaad5d3a7016b9e24ce72e9ef to your computer and use it in GitHub Desktop.
Save tabuna/202b75eeaad5d3a7016b9e24ce72e9ef to your computer and use it in GitHub Desktop.
Git download
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