git_to_commit: Print Local git Repositories to Synchronize

Description Usage Arguments Examples

View source: R/git_to_commit.R

Description

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.

Usage

1
git_to_commit(path = "~")

Arguments

path

the root directory from which all folders are recursively inspected.

Examples

1
2
3
4
## Not run: 
git_to_commit(path = "~/GitHub")

## End(Not run)

ahasverus/rtoolbox documentation built on Feb. 22, 2021, 3:59 a.m.