Skip to content
Snippets Groups Projects
Commit f091187f authored by nimrod's avatar nimrod
Browse files

fixup! By default don't execute git clean aliases.

parent 6476b5d0
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,8 @@
bull = submodule update --remote --init
cdif = diff --cached --color-words
cdiff = diff --cached
cleaan = clean -ndX
cleaaan = clean -ndx
cleaan = clean -dX
cleaaan = clean -dx
dif = diff --color-words
empty-commit = commit --allow-empty
exec = "!${SHELL:-/bin/sh} -ic "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment