knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of ggit is to help manage multiple git
repositories.
It first list all available repositories by scanning all files recursively from a starting path.
Then, some actions can be performed such as:
You can install the current version of ggit with:
remotes::install_github("denrou/ggit")
List all repositories located in the HOME directory
ggit::tbl_git(path = Sys.getenv("HOME"))
Get all contributions for all projects
ggit::contributions()
Get all configuration files for all projects:
ggit::configs()
A shiny application is included within the package (shiny
must be installed).
Just use:
ggit::run_app()
Here is a screenshot of the application:
.png?raw=true "Screenshot ggit shiny application") 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.