Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: kpango <i.can.feel.gravity@gmail.com>
  • Loading branch information
kpango committed Feb 24, 2019
1 parent 3ad8b90 commit 073db6a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
precomposeunicode = true
quotepath = false
[color]
ui = auto
ui = auto
branch = auto
diff = auto
grep = auto
Expand Down Expand Up @@ -78,8 +78,11 @@
ss = stash save

tree = log --graph --pretty='format:%C(yellow)%h%Creset %s %Cgreen(%an)%Creset %Cred%d%Creset'
[gpg]
program = gpg
[user]
name = kpango
email = i.can.feel.gravity@gmail.com
email = "i.can.feel.gravity@gmail.com"
signingkey = "F1138C4D7C781619"
[ghq]
root = /go/src

0 comments on commit 073db6a

Please sign in to comment.