dotfiles/fish/functions/__git.reset.fish
2022-11-27 14:20:25 +08:00

3 lines
57 B
Fish

function __git.reset
__git.destroy; and __git.init
end