[git-users] How to recover deleted files from a bad usage of .gitignore

2015-02-10 Thread sylvain bougnoux
Hi all, Does someone know where the files after a "git rm" go? Some of my files where deleted by git, of course I have no copy, I tried several file recovery utilities, but so far none of them see the deleting files. I am running Windows 7; git 1.9.4; gitextension 2.48.03 Full story: One week a

[git-users] How to avoid unecessary recompilation

2013-09-11 Thread sylvain bougnoux
Hello, We moved from CVS to Git a few months ago. We use Git throught GitExtension, & VisualC++9. We are experiencing the following trouble. When one is working on an include with many dependancies, eg top.h, and wants to pull, eg to get very_bottom.cpp; first git asks to stash everything, doe