reset alias

This commit is contained in:
Noah Masur 2020-11-23 22:45:05 -05:00
parent e660ae797e
commit 0e849b9f03

View File

@ -33,6 +33,7 @@ function aliases --description 'All aliases'
abbr -a gcof 'git-checkout-fuzzy'
abbr -a gb 'git branch'
abbr -a gbd 'git-delete-fuzzy'
abbr -a gr 'git reset'
abbr -a grh 'git reset --hard'
abbr -a gm 'git merge'
abbr -a gmf 'git-merge-fuzzy'