Carolyn Beeton wrote: [...]
> - make git diff display in color (trailing whitespace is highlighted in > reverse red) (add into ~/.gitconfig): > [color] > diff = true > Adding some color to your life is good for other commands as well. This following commands will modify your ~/.gitconfig git config --global color.branch auto git config --global color.diff auto git config --global color.interactive auto git config --global color.status auto (see: http://sipx-wiki.calivia.com/index.php/Mirroring_sipXecs_subversion_repository_with_git#More_tips) _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
