lsUnstagedFiles: List Unstaged Files

Description Usage Value See Also

View source: R/lsUnstagedFiles.R

Description

This function lists all the unstaged files in a local repo.

Usage

1
2
3
4
5
6
lsUnstagedFiles(
  path_to_local_repo = NULL,
  modified = TRUE,
  deleted = TRUE,
  label = FALSE
)

Value

If unstaged files exist, a vector of all the untracked file paths.

See Also

keep str_replace typewrite


patelm9/glitter documentation built on Sept. 21, 2020, 5:42 p.m.