This package provides bindings to libgit2 for interoperating with git repositories. This library is both threadsafe and memory safe and allows both reading and writing git repositories.
This package provides helpers to add Git links to shiny applications, rmarkdown documents, and other HTML based resources. This is most commonly used for GitHub
ribbons.
This is a GitHub
API wrapper for R. <https://docs.github.com/en/rest> It uses the gh package but has things wrapped up for convenient use cases.
Git.jl allows you to use command-line Git in your Julia packages. You do not need to have Git installed on your computer, and neither do the users of your packages!
This package provides a syntax-highlighting pager for git
. It uses bat
for syntax highlighting and provides many features such as advanced keybindings, word-level diff highlighting, syntax highlighting for grep
and a stylized box presentation.
This package allows managing files with Git, without checking the file contents into Git. It can store files in many places, such as local hard drives and cloud storage services. It can also be used to keep a folder in sync between computers.
git-spice (gs
) is a command line tool for stacking Git branches, a collection of branches expecting the trunk has a base branch. It manages and navigates stacks of branches, conveniently modifies and rebases them also provides an integration with GitHub and GitLab.
Read all commit messages of your local git repository and sort them according to tags or specific text pattern into chapters of a HTML book using bookdown'. The git history book presentation helps organisms required to testify for every changes in their source code, in relation to features requests.
This package provides R functions to access the API of the project and repository management web application GitLab
'. For many common tasks (repository file access, issue assignment and status, commenting) convenience wrappers are provided, and in addition the full API can be used by specifying request locations. GitLab
is open-source software and can be self-hosted or used on <https://about.gitlab.com>.
git-crypt enables transparent encryption and decryption of files in a git repository. Files which you choose to protect are encrypted when committed, and decrypted when checked out. git-crypt lets you freely share a repository containing a mix of public and private content. git-crypt gracefully degrades, so developers without the secret key can still clone and commit to a repository with encrypted files. This lets you store your secret material (such as keys or passwords) in the same repository as your code, without requiring you to lock down your entire repository.
git-crypt enables transparent encryption and decryption of files in a git repository. Files which you choose to protect are encrypted when committed, and decrypted when checked out. git-crypt lets you freely share a repository containing a mix of public and private content. git-crypt gracefully degrades, so developers without the secret key can still clone and commit to a repository with encrypted files. This lets you store your secret material (such as keys or passwords) in the same repository as your code, without requiring you to lock down your entire repository.
LaGUI is an OpenGL based data driven graphical application framework, it has following main features:
Widgets driven by properties.
Fully automatic undo/redo for the entire data structure.
Multiple working file and file management.
Any kind of GL canvas.
Flexible tiling and multi-window interface.
Game controller/joystick and Wacom pen input support.
Interface translation and theme support.
Simple 3D mesh modelling support.
Very few external dependencies.
Due to the inherit complexity of data structure descriptor for the property driven interface and undo system, LaGUI is not suitable for quick simple programs. It's more suitable to be used as a infrastructure for medium scale tool-styled programs.
git-tools
is a collection of bash and python scripts. Specifically, it includes the following tools:
git-branches-rename
: Batch rename branches with a matching prefix to another prefixgit-clone-subset
: Clone a subset of a git repositorygit-find-uncommitted-repos
: Recursively list repositories in the given directory(ies) that have uncommitted changesgit-rebase-theirs
: Resolve rebase conflicts and failed cherry-picks by favoring "theirs" versiongit-restore-mtime
: Restore modification time of files based on the date of the most recent commit that modified themgit-strip-merge
: A git-merge wrapper that deletes files on a "foreign" branch before merging
git-splits - Extracts directories into a new branch with re-written history containing only those directories.
The git-extras package provides a collection of additional git commands for repository metrics and summarization, commit and log editing, developer workflow, and project and release management.
gh is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code.
gitauthors
is simple tool that prints a quick summary of a repository's authors, as collated by commits. Summary output includes each author's name, email, number of commits, and date of last commit.
Query, set, and delete credentials from the git credential store. Manage GitHub tokens and other git credentials. This package is to be used by other packages that need to authenticate to GitHub and/or other git repositories.
Obtain standardized data from multiple Git services, including GitHub
and GitLab
'. Designed to be Git service-agnostic, this package assists teams with activities spread across various Git platforms by providing a unified way to access repository data.
This package provides some handy Template Haskell splices for including the current git hash and branch in the code of your project. This is useful for including in panic messages, --version
output, or diagnostic info for more informative bug reports.
git absorb
automatically absorbs staged changes into their current branch. git absorb
will automatically identify which commits are safe to modify, and which staged changes belong to each of those commits. It will then write fixup!
commits for each of those changes.
This Git extension defines a subcommand, imerge
, which performs an incremental merge between two branches. Its two primary design goals are to reduce the pain of resolving merge conflicts by finding the smallest possible conflicts and to allow a merge to be saved, tested, interrupted, published, and collaborated on while in progress.
Ruby client and CLI for GitLab API.
An implementation of the git-lfs protocol.