rmFromGitIgnore: Remove lines from .gitignore

Description Usage Arguments

View source: R/rmFromGitIgnore.R

Description

This function removes an entry in a .gitignore file if there is one in the repo path.

Usage

1
rmFromGitIgnore(..., commit = TRUE, path_to_local_repo = NULL)

Arguments

...

Lines to remove

commit

If TRUE, will commit changes to .gitignore, Default: TRUE

path_to_local_repo

Path to the local repository where the .gitignore file is located. If NULL, the function defers to using the current working directory, Default: NULL


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