list_modified_files: Get a list of modified files in a repo

Description Usage Arguments Value

View source: R/list_modified_files.R View source: R/list.R

Description

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.

Usage

1
2
3

Arguments

path

path to local repo

Value

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.


meerapatelmd/glitter documentation built on Sept. 9, 2021, 6:21 p.m.