R/version_control.R
git_status.Rd
Shows the working tree status, indicating which files have been modified, added, deleted, or untracked.
git_status(short = TRUE)
Logical. Whether to show status in short format. Default is TRUE.
Character vector containing status output
if (FALSE) { # \dontrun{ git_status() git_status(short = FALSE) # detailed output } # }