Skip to content

Instantly share code, notes, and snippets.

@bgadrian
Created March 16, 2015 16:52
Show Gist options
  • Save bgadrian/63924436ee7335c84ad9 to your computer and use it in GitHub Desktop.
Save bgadrian/63924436ee7335c84ad9 to your computer and use it in GitHub Desktop.
Remove old compress files from git & project
ls -t1 compressed/css.min.*.css | tail -n+6 | xargs -r git rm #last 5
git commit -v -m "removed old compressed js/css"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment