On Sun, Apr 27, 2008 at 1:13 AM, Kevin Triplett <[EMAIL PROTECTED]> wrote: > I accidently uploaded a plugin that has a git repository in > the its directory. Doh. :S
Sometimes this is actually what you want - you can import an app, including its entire git history. If not, though: > Thanks for any help you can give me to delete this > directory. You can delete a hidden directory using the console. Like so: `rm -rf .git/ 2>&1` Adam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
