Git Pull removing files

3

I'm having the following problem: I'm doing git pull and when I bring something from the server, commit is automatically removing files.

Example:

 removing Projeto/arquivoX
 removing Projeto/arquivoY
    
asked by anonymous 29.04.2016 / 14:16

1 answer

0

Changes above your review are these files removed? Review the above revisions, and see if any commit exists such removals, if any, will soon remove it from your local repository.

    
29.04.2016 / 16:47