Skip to content

Instantly share code, notes, and snippets.

@cmattoon
Created January 12, 2016 01:08
Show Gist options
  • Save cmattoon/37c50bbf2514f49d1276 to your computer and use it in GitHub Desktop.
Save cmattoon/37c50bbf2514f49d1276 to your computer and use it in GitHub Desktop.
Misc commands
# git rm all those temp files from your new repo
# Did you forget to add a .gitignore?
find . -name '*~' | xargs git rm -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment