Description Usage Arguments Value
View source: R/list_untracked_files.R
This function takes the git status message and isolates the files that are new/untracked according to that message.
1 | list_untracked_files(path_to_local_repo, verbose = TRUE)
|
path_to_local_repo |
path to local repo |
The complete git status message and untracked files are printed in the console, and a vector of the untracked filenames is invisibly returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.