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

By default don't execute git clean aliases.

By default just show what will be done with the git clean aliases.
Require passing -f to actually delete the files.
parent 60c3ddc8
No related branches found
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 -fdX cleaan = clean -ndX
cleaaan = clean -fdx cleaaan = clean -ndx
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