Skip to content

Commit 97491d4

Browse files
authored
Update .gitconfig
1 parent 10553f8 commit 97491d4

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

.gitconfig

+14-11
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
[color]
2-
diff = true
3-
status = true
4-
branch = true
5-
interactive = true
6-
ui = true
7-
pager = true
2+
diff = auto
3+
status = auto
4+
branch = auto
5+
interactive = auto
6+
ui = true
7+
pager = true
88

99
[color "status"]
10-
added = green
11-
changed = red bold
12-
untracked = magenta bold
10+
added = green
11+
changed = red bold
12+
untracked = magenta bold
1313

1414
[color "branch"]
15-
branch = yellow bold
16-
remote = yellow
15+
branch = yellow bold
16+
remote = yellow
17+
18+
[alias]
19+
tree = log --graph --decorate --pretty=oneline --abbrev-commit

0 commit comments

Comments
 (0)