gert
gert copied to clipboard
Simple git client for R
I cannot connect to GitHub using https protocol. I'm behind a corporate firewall but have curl proxy environment variables set with allow connection via CLI. Any attempt with gert fails...
So it appears on the package website
To revert a commit, I have to use the command line, could gert implement `git_revert()` It is present in libgit2. https://libgit2.org/libgit2/#HEAD/group/revert/git_revert
clicking on a badge now opens the respective webpage and not the badge itself
See this discussion here: https://stackoverflow.com/questions/6119956/how-to-determine-if-git-handles-a-file-as-binary-or-as-text This should be possible with native git commands, and is really useful information e.g. when dealing with git's convoluted autocrlf handling.
Implement option to show additions and deletions in commit as we can perform with `git log --shortstat` So with gert it can be done with something like `gert::git_log(repo = ".",...
** testing if installed package can be loaded from temporary location Error: package or namespace load failed for ‘gert’ in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object...
When I ask `git_merge()`, my expectation is that a merge commit is created even if the merge doesn't change any files, at least with the default `squash = FALSE`. Should...
For example if we are only interested in the HEAD repo
It looks like {gert} prioritizes config items from top to bottom, but command line git prioritizes bottom to top in the case of duplicate keys. I have a situation where...