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

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

parent cb34440e
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