Re: Git clean removing tracked files semi-regularly

2018-08-28 Thread Derrick Stolee
On 8/28/2018 2:29 PM, Brennan Conroy wrote: I'm using windows. Have had it happen on 8.1 and 10. "git status" shows "nothing to commit, working tree clean". I am using git version 2.17.1.windows.2 I tested on my machine and could not reproduce this issue. Could you find a full repro (first

RE: Git clean removing tracked files semi-regularly

2018-08-28 Thread Brennan Conroy
r.kernel.org Subject: Re: Git clean removing tracked files semi-regularly On Mon, Aug 27, 2018 at 07:06:59PM +, Brennan Conroy wrote: > Hello, I work on a project that uses git. "git clean -xdf" is a common > command to run to clean up the environment, however sometimes this &

Re: Git clean removing tracked files semi-regularly

2018-08-27 Thread brian m. carlson
On Mon, Aug 27, 2018 at 07:06:59PM +, Brennan Conroy wrote: > Hello, I work on a project that uses git. "git clean -xdf" is a common > command to run to clean up the environment, however sometimes this > command deletes the entire contents of two of the folders and all the > files it deletes

Git clean removing tracked files semi-regularly

2018-08-27 Thread Brennan Conroy
Hello, I work on a project that uses git. "git clean -xdf" is a common command to run to clean up the environment, however sometimes this command deletes the entire contents of two of the folders and all the files it deletes are being tracked which according to the documentation should not be