Description Usage Arguments Examples
View source: R/git_to_commit.R
This function checks if all git repositories in the path
folder are
update-to-date. It prints the list of git repositories for which changes
need to be committed and pushed to remote hub.
1 | git_to_commit(path = "~")
|
path |
the root directory from which all folders are recursively inspected. |
1 2 3 4 | ## Not run:
git_to_commit(path = "~/GitHub")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.