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

Git alias for cached word diff.

parent 7142bfb6
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
amend = commit --amend amend = commit --amend
autorebase = -c 'core.editor=true' rebase -i --autosquash --autostash autorebase = -c 'core.editor=true' rebase -i --autosquash --autostash
bull = submodule update --remote --init bull = submodule update --remote --init
cdif = diff --cached --color-words
cdiff = diff --cached cdiff = diff --cached
cleaan = clean -fdX cleaan = clean -fdX
cleaaan = clean -fdx cleaaan = clean -fdx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment