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

Loading…
Cancel
Save