# shellcheck shell=dash

xrc:mod:lib     git     \
    ext/backup  ext/rootout ext/sync  \
    ext/track   ext/submit  ext/update

___x_cmd_git_collaborator(){
    x gx ws collaborator "$@"
}

___x_cmd_git_issue(){
    x gx ws issue "$@"
}

___x_cmd_git_pr(){
    x gx ws pr "$@"
}

___x_cmd_git_info(){
    x gx ws info "$@"
}

___x_cmd_git_pupu(){
    ___x_cmd_git_pull "$@" || return
    ___x_cmd_git_push "$@" || return
}
