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
Branches
No related tags found
No related merge requests found
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
bull = submodule update --remote --init bull = submodule update --remote --init
cdif = diff --cached --color-words cdif = diff --cached --color-words
cdiff = diff --cached cdiff = diff --cached
cleaan = clean -ndX cleaan = clean -dX
cleaaan = clean -ndx cleaaan = clean -dx
dif = diff --color-words dif = diff --color-words
empty-commit = commit --allow-empty empty-commit = commit --allow-empty
exec = "!${SHELL:-/bin/sh} -ic " 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