Change gd to be 'git diff' without the two dashes. Add a new alias gdf for 'git diff --'

This commit is contained in:
Aswinkumar Rajendiran
2015-10-14 18:09:28 -07:00
parent 53aba36670
commit 8086742768
2 changed files with 3 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ git_reset_hard_alias="grsh"
git_rm_alias="grm"
git_blame_alias="gbl"
git_diff_alias="gd"
git_diff_file_alias="gdf"
git_diff_word_alias="gdw"
git_diff_cached_alias="gdc"
git_difftool_alias="gdt"