Git is a free distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Git is a free distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
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.
GitUI provides you with the comfort of a git GUI but right in your terminal
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).
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.
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.
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.
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.
git-sync is a simple command that pulls a git repository into a local directory. It is a perfect "sidecar" container in Kubernetes - it can periodically pull files down from a repository so that an application can consume them.