On 10/12/2010 03:04 PM, Chase Brammer wrote:
git fetch origin master --progress> /fetch_error_ouput.txt 2>&1
Just as a small tip, you can shorthand this in bash using
git fech origin master --progress >& /fetch_error_output.txt
HTH :)
--
(please respond to the list as opposed to my email box directly,
unless you are supplying private information you don't want public
on the list)