Created
January 12, 2016 01:08
-
-
Save cmattoon/37c50bbf2514f49d1276 to your computer and use it in GitHub Desktop.
Misc commands
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
# 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