# shellcheck shell=dash
___x_cmd_git_sp_cleanup(){
    command git config --global --unset http.https://codeberg.org.proxy
    command git config --global --unset http.https://bitbucket.com.proxy
    command git config --global --unset http.https://github.com.proxy
    command git config --global --unset http.https://gitlab.com.proxy

    ___x_cmd_git_sp_delete

    git:info "Running -> x git sp status"
    ___x_cmd git sp status
}

