Update pijul from git.
This package provides a Python CLI tool for fetching trending github repositories and developers.
Compute various size metrics for a Git repository, flagging those that might cause problems or inconvenience.
This package provides Guile bindings to libgit2, a library to manipulate repositories of the Git version control system.
This package provides Guile bindings to libgit2, a library to manipulate repositories of the Git version control system.
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 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 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 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 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 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 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 bindings to libgit2 for interoperating with git repositories. This library is both threadsafe and memory safe and allows both reading and writing git repositories.
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-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.