The output of git fetch command, is redirected to "test1" file from the below cmd:
manish@rigved:~$ git fetch --all --prune > test1
From https://github.com/Beawel/wwwnew
 x [deleted]         (none)     -> origin/test
Question: However the "x [deleted] ..." line as shown in the output is not redirected to test1, why? Please suggest.
Why a git command would print what is clearly not an error message on stderr?
manish@rigved:~$ cat test1
Fetching origin
 
     
    