diff --git a/.gitconfig.MKAYSIGREP b/.gitconfig.MKAYSIGREP index e9a6e58b..7e41495b 100644 --- a/.gitconfig.MKAYSIGREP +++ b/.gitconfig.MKAYSIGREP @@ -3,8 +3,10 @@ shorten = "!sh -c 'curl -i http://git.io -F url=$1' -" # From http://progit.org/book/ch2-7.html last = cat-file commit HEAD + cleandi = clean -di + cleandix = clean -dix [core] - editor = vim + editor = vim autocrlf = input [color] # From git manpage and http://book.git-scm.com/5_customizing_git.html diff --git a/gitconfig b/gitconfig index a43dcc5a..87b30bf8 100644 --- a/gitconfig +++ b/gitconfig @@ -3,10 +3,11 @@ shorten = "!sh -c 'curl -i http://git.io -F url=$1' -" # From http://progit.org/book/ch2-7.html last = cat-file commit HEAD + cleandi = clean -di + cleandix = clean -dix [core] - #editor = vim + editor = vim autocrlf = input - [color] # From git manpage and http://book.git-scm.com/5_customizing_git.html branch = true @@ -18,8 +19,8 @@ status = true ui = true [user] - #name = Mikaela Suomalainen - #email = mikaela.suomalainen@outlook.com - #signingkey = 0xDAA6CA08F2E96AC7 +# name = Mikaela Suomalainen +# email = mikaela.suomalainen@outlook.com +# signingkey = 0xDAA6CA08F2E96AC7 [push] default = current