Git is a free distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
gitu
is a git Terminal User Interface inspired by Emacs' Magit.
gitg is a graphical user interface for git. It aims at being a small, fast and convenient tool to visualize the history of git repositories. Besides visualization, gitg also provides several utilities to manage your repository and commit your work.
This package provides a command-line tool to manage multiple Git repos.
This tool does two things:
display the status of multiple Git repos such as branch, modification, commit message side by side
(batch) delegate Git commands/aliases from any working directory
If several repos are related, it helps to see their status together.
This package provides a fast Terminal UI for git.
Gitea is an open-source forge software package for hosting software development version control using Git as well as other collaborative features like bug tracking, wikis and code review.
git2cl
is a command line tool for converting Git logs to GNU ChangeLog format.
Gitile is a Git forge written in Guile that lets you visualize your public Git repositories on a web interface.
Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD. Ly should work with any X desktop environment, and provides basic wayland support (sway works very well, for example).
This package provides a light-weight, dependency-free, application programming interface (API) to access system-level Git commands from within R'. Contains wrappers and defaults for common data science workflows as well as Zsh <https://github.com/ohmyzsh/ohmyzsh> plugin aliases. A generalized API syntax is also available. A system installation of Git <https://git-scm.com/downloads> is required.
git-cal
is a script to view commits calendar similar to GitHub contributions calendar.
Gitlint is a Git commit message linter written in Python: it checks your commit messages for style.
This package provides an R interface to the libgit2 library, which is a pure C implementation of the Git core methods.
Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server.
An interactive git user interface from the R command line. Intuitive tools to make commits, branches, remotes, and diffs an integrated part of R coding. Built on git2r, a system installation of git is not required and has default on-premises remote option.
Scan multiple Git repositories, pull specified files content and process it with large language models. You can summarize the content in specific way, extract information and data, or find answers to your questions about the repositories. The output can be stored in vector database and used for semantic search or as a part of a RAG (Retrieval Augmented Generation) prompt.
Gitless is a Git-compatible version control system that aims to be easy to learn and use. It simplifies the common workflow by committing changes to tracked files by default and saving any uncommitted changes as part of a branch.
The friendly gl
command-line interface gives feedback and helps you figure out what to do next.
Gitless is implemented on top of Git and its commits and repositories are indistinguishable from Git's. You (or other contributors) can always fall back on git
, and use any regular Git hosting service.
This package provides a sleek and powerful Git GUI.
This package provides a command-line application for interacting with git repositories.
Gitolite is an access control layer on top of Git, providing fine access control to Git repositories.
git open
opens the repository's website from the command-line, guessing the URL pattern from the origin
remote.
Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary.
The goal of this project is to build a suite of free software tools to build and execute .NET applications, including a C# compiler, assembler, disassembler, and runtime engine.
Automates the process of adding, committing, and pushing changes to a git repository using commit messages generated by passing the git diff output to the OpenAI
GPT-3.5 Turbo model (<https://platform.openai.com/docs/models/gpt-3>).