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