shell-things/.gitconfig.MKAYSIGREP

24 lines
623 B
Plaintext
Raw Normal View History

2012-12-21 13:50:51 +01:00
[alias]
2014-06-01 15:18:18 +02:00
# From https://github.com/blog/985-git-io-github-url-shortener#comment-15121
shorten = "!sh -c 'curl -i http://git.io -F url=$1' -"
# From http://progit.org/book/ch2-7.html
last = cat-file commit HEAD
2012-12-21 13:50:51 +01:00
[core]
2014-06-01 15:18:18 +02:00
editor = vim
2012-12-21 13:50:51 +01:00
[color]
2014-06-01 15:18:18 +02:00
# From git manpage and http://book.git-scm.com/5_customizing_git.html
branch = true
diff = true
grep = true
interactive = true
pager = true
showbranch = true
status = true
ui = true
2012-12-21 13:50:51 +01:00
[user]
2014-06-01 15:18:18 +02:00
name = Mikaela Suomalainen
email = mikaela.suomalainen@outlook.com
signingkey = 0xDAA6CA08F2E96AC7
2014-05-25 16:28:49 +02:00
[push]
2014-06-01 15:18:18 +02:00
default = current