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

Remove -- from end of aliases #252

Closed HaleTom closed 5 years ago

HaleTom commented 5 years ago

The following aliases have -- at the end of them:

% alias | grep -e git -e scmb | grep -e --\'
gdc='git diff --cached --'
gdf='git diff --'
gdnw='git diff -w --'
grs='git reset --'

This prevents (for example) using grs --soft as the -- prevents any more command line options following it.