View source: R/rmFromGitIgnore.R
This function removes an entry in a .gitignore file if there is one in the repo path.
1 | rmFromGitIgnore(..., commit = TRUE, path_to_local_repo = NULL)
|
... |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.