Setup git remote push urls
setup_git_remote_url.Rd
Add/delete/check git remote push urls
Usage
git_add_multiple_push_remote(
path = ".",
gitee_user = NULL,
github_user = NULL,
repository = basename(R.utils::getAbsolutePath(path)),
branch = "origin"
)
git_delete_push_remote(
path = ".",
gitee_user = NULL,
github_user = NULL,
repository = basename(R.utils::getAbsolutePath(path)),
branch = "origin"
)
git_show_remote_origin(path = ".", branch = "origin")