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