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.
if (FALSE) { # \dontrun{
# report all
git_sitrep()
# report git for current user
git_sitrep("git", "user")
} # }