Description Usage Arguments Value
View source: R/list_modified_files.R View source: R/list.R
This function takes the git status message and isolates the files that have been modified according to that message.
This function takes the git status message and isolates the files that have been modified according to that message.
1 2 3 | list_modified_files(path)
list_modified_files(path)
|
path |
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.
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.