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

- Better naming convention for Git clean aliases.

parent 09d57f2c
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
amend = commit --amend amend = commit --amend
autosquash = !GIT_SEQUENCE_EDITOR=true git rebase -i --autosquash autosquash = !GIT_SEQUENCE_EDITOR=true git rebase -i --autosquash
bull = submodule update --remote --init bull = submodule update --remote --init
clear = clean -fdx cleaan = clean -fdX
cleaaan = clean -fdx
dif = diff --color-words dif = diff --color-words
empty-commit = commit --allow-empty empty-commit = commit --allow-empty
exec = "!exec " exec = "!exec "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment