Skip to content

Commit

Permalink
Git config tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayp committed Nov 29, 2016
1 parent 7d6b60f commit 68ccfb3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
whitespace = space-before-tab,trailing-space

[color]
ui = auto
ui = always

[color "branch"]
current = yellow reverse
Expand All @@ -18,10 +18,11 @@

[color "diff"]
meta = yellow bold
commit = green bold
frag = magenta bold
old = red bold reverse white
new = green bold reverse
whitespace = white reverse
whitespace = red reverse

[color "status"]
added = yellow
Expand Down Expand Up @@ -70,3 +71,6 @@
insteadOf = https://github.com/
[commit]
gpgsign = true
[help]
autocorrect = 1

0 comments on commit 68ccfb3

Please sign in to comment.