Browse Source

update gitconfig

pull/2/merge
Brett Langdon 9 years ago
parent
commit
81a61f25a0
No known key found for this signature in database GPG Key ID: A2ECAB73CE12147F
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      gitconfig

+ 4
- 0
gitconfig View File

@ -1,11 +1,13 @@
[user] [user]
name = brettlangdon name = brettlangdon
email = brett@blangdon.com email = brett@blangdon.com
signingkey = CE12147F
[credential] [credential]
helper = store helper = store
[core] [core]
excludesfile = /Users/brettlangdon/.gitignore_global excludesfile = /Users/brettlangdon/.gitignore_global
editor = emacs editor = emacs
pager = diff-so-fancy | less --tabs=1,5 -R
[alias] [alias]
st = status st = status
d = diff --color --minimal d = diff --color --minimal
@ -21,3 +23,5 @@
default = simple default = simple
[grep] [grep]
lineNumber = true lineNumber = true
[commit]
gpgsign = true

Loading…
Cancel
Save