list_untracked_files: Get a list of untracked files in a repo

Description Usage Arguments Value

View source: R/list_untracked_files.R

Description

This function takes the git status message and isolates the files that are new/untracked according to that message.

Usage

1
list_untracked_files(path_to_local_repo, verbose = TRUE)

Arguments

path_to_local_repo

path to local repo

Value

The complete git status message and untracked files are printed in the console, and a vector of the untracked filenames is invisibly returned.


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