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

3 lines
46 B
Fish

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