diff options
author | Matt Kohls <mattkohls13@gmail.com> | 2017-02-05 01:17:02 -0500 |
---|---|---|
committer | Matt Kohls <mattkohls13@gmail.com> | 2017-02-05 01:17:02 -0500 |
commit | 5addc47d17a93ed31ab14bc5242a6695ce3671f9 (patch) | |
tree | adcca2632e50eddeab32211008259a28e4c55176 /.gitconfig | |
download | dotfiles-5addc47d17a93ed31ab14bc5242a6695ce3671f9.tar.gz dotfiles-5addc47d17a93ed31ab14bc5242a6695ce3671f9.tar.bz2 dotfiles-5addc47d17a93ed31ab14bc5242a6695ce3671f9.zip |
Initial dotfiles for various tools that see regular use/tweaking
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..b1635ce --- /dev/null +++ b/.gitconfig @@ -0,0 +1,14 @@ +[user] + email = mattkohls13@gmail.com + name = Matt Kohls + signingkey = A07E2D8DC7660C76 +[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)" +[core] + editor = vim + excludesfile = /home/matt/.gitignore_global |