Add "gdw" for git diff --word-diff

* Sometimes helpful to see changes inline
* Potential to tweak further with better regex (maybe detect similar char types so diff can be more granular)
This commit is contained in:
Andy Zhang
2012-12-06 23:47:41 -08:00
parent 6d297aecba
commit 8ba76f1cbf
2 changed files with 2 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ git_reset_hard_alias="grsh"
git_rm_alias="grm"
git_blame_alias="gbl"
git_diff_alias="gd"
git_diff_word_alias="gdw"
git_diff_cached_alias="gdc"
# 3. Standard commands
git_clone_alias="gcl"