git_sitrep: Git/GitHub sitrep

View source: R/git.R

git_sitrepR Documentation

Git/GitHub sitrep

Description

Get a situation report on your current Git/GitHub status. Useful for diagnosing problems. The default is to report all values; provide values for tool or scope to be more specific.

Usage

git_sitrep(tool = c("git", "github"), scope = c("user", "project"))

Arguments

tool

Report for git, or github

scope

Report globally for the current user, or locally for the current project

Examples

## Not run: 
# report all
git_sitrep()

# report git for current user
git_sitrep("git", "user")

## End(Not run)

r-lib/usethis documentation built on March 20, 2024, 8:51 p.m.