diff --git a/fish/.config/fish/conf.d/git-abbr.fish b/fish/.config/fish/conf.d/git-abbr.fish index 0373375..6ba088a 100644 --- a/fish/.config/fish/conf.d/git-abbr.fish +++ b/fish/.config/fish/conf.d/git-abbr.fish @@ -109,12 +109,12 @@ abbr grbi 'git rebase -i' abbr grbo 'git rebase --onto' abbr grbs 'git rebase --skip' abbr grev 'git revert' -abbr grs 'git reset' -abbr grs! 'git reset --hard' -abbr grsh 'git reset HEAD' -abbr grsh! 'git reset HEAD --hard' -abbr gpristine 'git reset --hard && git clean -dffx' -abbr grs- 'git reset --' +abbr grs 'git reset --no-recurse-submodules' +abbr grs! 'git reset --no-recurse-submodules --hard' +abbr grsh 'git reset --no-recurse-submodules HEAD' +abbr grsh! 'git reset --no-recurse-submodules HEAD --hard' +abbr gpristine 'git reset --no-recurse-submodules --hard && git clean -dffx' +abbr grs- 'git reset --no-recurse-submodules --' abbr grm 'git rm' abbr grmc 'git rm --cached' abbr grst 'git restore'