From ea14e834cb6a80c5f125a0b251420dac7378d9ee Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 30 Jun 2014 15:05:27 +0300 Subject: [PATCH] gitconfig: add alias cleandi & cleandix * d = also remove untracked directories * i = interactive * x = don't care about gitignore. --- .gitconfig.MKAYSIGREP | 4 +++- gitconfig | 11 ++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) 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