----- Original Message ----- From: David R To: [email protected] Sent: Sunday, November 24, 2013 2:53 AM Subject: Re: [git-users] Re: git clean help
? On Wed, Nov 13, 2013 at 8:21 PM, David R <[email protected]> wrote: im running it from the main directory, I believe, I havnt done much in git so all I have is the main directory and this empty folder. On Wed, Nov 13, 2013 at 1:11 AM, William Seiti Mizuta <[email protected]> wrote: In which directory have you run the "git clean -fd" command? William Seiti Mizuta @williammizuta Caelum | Ensino e Inovação www.caelum.com.br On Wed, Nov 13, 2013 at 1:01 AM, PJ Weisberg <[email protected]> wrote: On Nov 12, 2013 7:32 PM, "David R" <[email protected]> wrote: > > $ git status > # On branch master > # Untracked files: > # (use "git add <file>..." to include in what will be committed) > # > # Spoon-Knife/ > nothing added to commit but untracked files present (use "git add" to track) > > > the spoon-knife is what im trying to clean through git Are there files in that directory that are covered by .gitignore rules, maybe The manual suggests (to me, given your clues) git clean -ffdx with a double f, and an x to cover various special cases. If it still doesn't work, create a short script that will create the git repo in its failed state, and the clean attempt, and post that so others can repeat the tests. Do note your OS, bash? and git version. Philip -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
