Re: [git-users] Re: git clean help

2013-11-24 Thread Huu Da Tran
Make sure directory is *really* empty.

ls -al Spoon-Knife

-- 
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 git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [git-users] Re: git clean help

2013-11-23 Thread Philip Oakley
  - Original Message - 
  From: David R 
  To: git-users@googlegroups.com 
  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 cdrtz1...@gmail.com 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 
william.miz...@gmail.com 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 pjweisb...@gmail.com wrote:

On Nov 12, 2013 7:32 PM, David R cdrtz1...@gmail.com 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 git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [git-users] Re: git clean help

2013-11-12 Thread David R
$ 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


On Tue, Nov 12, 2013 at 12:47 AM, Jimit Modi jimy2004k...@gmail.com wrote:

 As far as I know, empty directories are not tracked under git.
 Can you paste the output of git status here.


 --
 Jim(y || it)




 On Tue, Nov 12, 2013 at 9:09 AM, William Seiti Mizuta 
 william.miz...@gmail.com wrote:

 This empty directory is under untracked files state?


 William Seiti Mizuta
 @williammizuta
 Caelum | Ensino e Inovação
 www.caelum.com.br


 On Tue, Nov 12, 2013 at 12:04 AM, David R cdrtz1...@gmail.com wrote:

 git status shows the empty directory that im trying to clean

 --
 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 git-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


  --
 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 git-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


  --
 You received this message because you are subscribed to a topic in the
 Google Groups Git for human beings group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/git-users/8N4Fg07o8zc/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 git-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
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 git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [git-users] Re: git clean help

2013-11-12 Thread PJ Weisberg
On Nov 12, 2013 7:32 PM, David R cdrtz1...@gmail.com 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?

-- 
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 git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [git-users] Re: git clean help

2013-11-12 Thread William Seiti Mizuta
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 pjweisb...@gmail.com wrote:

 On Nov 12, 2013 7:32 PM, David R cdrtz1...@gmail.com 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?

 --
 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 git-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
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 git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[git-users] Re: git clean help

2013-11-11 Thread David R
git status shows the empty directory that im trying to clean

-- 
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 git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [git-users] Re: git clean help

2013-11-11 Thread William Seiti Mizuta
This empty directory is under untracked files state?


William Seiti Mizuta
@williammizuta
Caelum | Ensino e Inovação
www.caelum.com.br


On Tue, Nov 12, 2013 at 12:04 AM, David R cdrtz1...@gmail.com wrote:

 git status shows the empty directory that im trying to clean

 --
 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 git-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
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 git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.