Browse Source

git: enabled color for diff and branch

master
Alejandro Mery 15 years ago
parent
commit
8d29dfd1a1
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .gitconfig

+ 2
- 1
.gitconfig

@ -4,9 +4,10 @@
[color]
diff = auto
status = auto
branch = auto
[alias]
ci = commit
co = checkout
st = status

Loading…
Cancel
Save