scmbreeze / scm_breeze

Adds numbered shortcuts to the output git status, and much more
https://madebynathan.com/2011/10/19/git-shortcuts-like-youve-never-seen-before/
MIT License
2.82k stars 192 forks source link

Change gd to be 'git diff' without the two dashes. Add a new alias gd… #191

Closed aswin closed 8 years ago

aswin commented 8 years ago

Fixes Issue #124. With the current git_diff_alias, we can't compare branches which is a common case when working with multiple branches. After this change 'gd' will do both file and branch diffs. To provide some way to use the old mechanism, I have added 'gdf' alias.

ndbroadbent commented 8 years ago

👍 thanks