Learn R Programming

gert (version 2.1.5)

Simple Git Client for R

Description

Simple git client for R based on 'libgit2' with support for SSH and HTTPS remotes. All functions in 'gert' use basic R data types (such as vectors and data-frames) for their arguments and return values. User credentials are shared with command line 'git' through the git-credential store and ssh keys stored on disk or ssh-agent.

Copy Link

Version

Install

install.packages('gert')

Monthly Downloads

225,219

Version

2.1.5

License

MIT + file LICENSE

Maintainer

Jeroen Ooms

Last Published

March 25th, 2025

Functions in gert (2.1.5)

git_signature

Author Signature
git_submodule_list

Submodules
git_stash

Stashing changes
git_tag

Git Tag
user_is_configured

Test if a Git user is configured
git_branch

Git Branch
git_config

Get or set Git configuration
git_ignore

Git Ignore
git_open

Open local repository
git_archive

Git Archive
git_diff

Git Diff
git_fetch

Push and pull
gert-package

gert: Simple Git Client for R
git_commit

Stage and commit changes
git_merge

Merging tools
git_remote

Git Remotes
git_repo

Create or discover a local Git repository
git_checkout_pull_request

GitHub Wrappers
git_reset

Reset your repo to a previous state
libgit2_config

Show libgit2 version and capabilities
git_rebase

Cherry-Pick and Rebase