dotfiles/.config/fish/functions/grhs.fish

5 lines
123 B
Fish

function grhs --wraps='git reset --soft' --description 'alias grhs=git reset --soft'
git reset --soft $argv
end