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

Added git cdiff alias to diff --cached.

parent dcf0cc3b
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
cdiff = diff --cached
cleaan = clean -fdX cleaan = clean -fdX
cleaaan = clean -fdx cleaaan = clean -fdx
dif = diff --color-words dif = diff --color-words
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment