dotfiles/fish/.config/fish/functions/gf.fish

4 lines
46 B
Fish

function gf
git fetch --all --tags -f
end