1
vote
1answer
201 views

What does git-config(1) mean when it says “colors are used only when the output is to a terminal”?

I'm outputting to a terminal, but Git is not correctly detecting that I'm outputting to a terminal, for the purposes of coloring the output. My question is, what does git-config(1) really mean when it ...
3
votes
4answers
515 views

Set username and email for msysgit portable

I'm using msysgit for a school project so I can do commits and such while on the computers at school which do not have it installed. Now the first thing one does when they install git is set up their ...