Git

git_status

Show Git Status

Display the working tree status from the R console.


Usage

git_status(short = FALSE)

Arguments

Argument Description
short

Logical; if TRUE, show short format (default: FALSE)

Returns

Invisibly returns the status output as a character vector

Examples

git_status()
git_status(short = TRUE)

Source: R/git_hooks.R