aboutsummaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
authorMatt Kohls <mattkohls13@gmail.com>2020-04-07 00:03:31 -0400
committerMatt Kohls <mattkohls13@gmail.com>2020-04-07 00:06:16 -0400
commit126c79af4b43becba7bf46d40851c7f3f4e79d22 (patch)
tree9e3b350f29e0f0cc6e721c7101676b7e3a27c826 /.gitconfig
parentc65afb13e9a2890f6b2d659a67f4bc054fad766f (diff)
downloaddotfiles-126c79af4b43becba7bf46d40851c7f3f4e79d22.tar.gz
dotfiles-126c79af4b43becba7bf46d40851c7f3f4e79d22.tar.bz2
dotfiles-126c79af4b43becba7bf46d40851c7f3f4e79d22.zip
cleaning up repo, updating dots
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitconfig b/.gitconfig
index 85d6f84..14077bf 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -1,14 +1,14 @@
[user]
email = mattkohls13@gmail.com
name = Matt Kohls
- signingkey = A07E2D8DC7660C76
+ signingkey = 16D76B74E19E38A8
[help]
autocorrect = 1
[alias]
st = status
ll = log --stat --abbrev-commit
- graph1 = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x20%x1b[33m(%an)%x1b[0m"
- graph2 = log --graph --full-history --all --color --pretty=tformat:"%C(red)%h%C(reset)%x09%C(green)%d%C(reset)%C(bold)%s%C(reset)%C(yellow)(%an)%C(reset)"
+ graph = log --graph --full-history --all --color --pretty=tformat:"%C(red)%h%C(reset)%x09%C(green)%d%C(reset)%C(bold)%s%C(reset)%C(yellow)(%an)%C(reset)"
+ bv = for-each-ref --color=always --sort=-committerdate --format='%(color:green)[%(refname:short)]%(color:reset) %(color:blue)%(committerdate:short)%(color:reset) %(color:yellow)%(objectname:short)%(color:reset) %(contents:subject)' refs/heads/
[core]
editor = nvim
excludesfile = /home/matt/.gitignore_global