Learn R Programming

⚠️There's a newer version (2.1.1) of this package.Take me there.

gert (version 2.0.0)

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

200,526

Version

2.0.0

License

MIT + file LICENSE

Maintainer

Last Published

September 26th, 2023

Functions in gert (2.0.0)

git_stash

Stashing changes
git_submodule_list

Submodules
libgit2_config

Show libgit2 version and capabilities
git_remote

Git Remotes
git_rebase

Cherry-Pick and Rebase
user_is_configured

Test if a Git user is configured
git_signature

Author Signature
git_repo

Create or discover a local Git repository
git_checkout_pull_request

GitHub Wrappers
git_tag

Git Tag
git_archive

Git Archive
git_branch

Git Branch
git_merge

Merging tools
git_ignore

Git Ignore
git_open

Open local repository
git_diff

Git Diff
git_fetch

Push and pull
gert-package

gert: Simple Git Client for R
git_config

Get or set Git configuration
git_commit

Stage and commit changes