Simple Git Client for R
gert: Simple Git Client for R
Git Archive
Git Branch
Stage and commit changes
Get or set Git configuration
Git Diff
Push and pull
Git Ignore
Merging tools
Open local repository
Cherry-Pick and Rebase
Git Remotes
Create or discover a local Git repository
Reset your repo to a previous state
Author Signature
Stashing changes
Submodules
Git Tag
Git Worktrees
GitHub Wrappers
Show libgit2 version and capabilities
Test if a Git user is configured
Simple git client for R based on 'libgit2' <https://libgit2.org> 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.
Useful links