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

4 lines
44 B
Fish

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