# update repo
if has jj; then
    jj git fetch --all-remotes
elif has gix; then
    gix fetch
elif has git; then
    git fetch
fi

use flake