gitconfig: add alias cleandi & cleandix

* d = also remove untracked directories
* i = interactive
* x = don't care about gitignore.
This commit is contained in:
Mikaela Suomalainen 2014-06-30 15:05:27 +03:00
parent 24294aa325
commit ea14e834cb
2 changed files with 9 additions and 6 deletions

View File

@ -3,6 +3,8 @@
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
autocrlf = input

View File

@ -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