A must-have if you're using git, and especially through command line, put this in your ~/.gitconfig :
[color]This will put some (very) useful colors in diffs, status, and branches.
diff = auto
status = auto
branch = auto
This is particulary useful when using git status, git log -p and git diff.
0 comments:
Post a Comment