R/git.R
gh_tree_remote.Rd
This is handy helper if you want to make gh requests related to the current project.
gh_tree_remote(path = ".")
Path that is contained within a git repo.
If the repo has a github remote, a list containing username
username
and repo. Otherwise, an error.
repo
if (FALSE) { # interactive() gh_tree_remote() }