Skip to content
Snippets Groups Projects
Commit 6cd418f4 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 016521cb
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 -fdX
cleaaan = clean -fdx
cleaan = clean -ndX
cleaaan = clean -ndx
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