modified_files: Get a list of modified files in a repo

Description Usage Arguments Value

View source: R/modified_files.R

Description

This function takes the git status message and isolates the files that have been modified according to that message.

Usage

1
modified_files(path_to_local_repo = NULL)

Arguments

path_to_local_repo

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.


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