GitLab 17.3.0

GitLab is a development collaboration tool and git DVCS frontend. It includes repository management features, code reviews, an issue tracker, activity feeds and wikis. GitLab provides fine-grained access control, user management, 5 permission levels and branch constraints, and can utilize LDAP/AD intranet authorization. Powered by Ruby on Rails it comes as open source package, and as commercial supported enterprise version.

git-annex 10.20240808

git-annex allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, checksumming time, or disk space. Even without file content tracking, being able to manage files with git, move files around and delete files with versioned directory trees, and use branches and distributed clones, are all very handy reasons to use git. And a

git 2.46.0 💾

Git is a distributed version control system, originally designed for Linux kernel development and large projects with non-linear workflows. It's comprised of individual tools, reuses ssh and rsync protocols, emphasises speed and data integrity, and keeps every checkout as full-fledged repository, and cryptographically authenticates source history. Various graphical frontends, IDE integrations and web services (GitHub) exist; with its git-fast-export format meanwhile serves interoperability with

minor feature: The "--rfc" option of "git format-patch" learned to take an, optional string value to be used in place of "RFC" to tweak the, " PATCH " on the subject header. The credential helper protocol, together with the HTTP layer, have, been enhanced to support authentication schemes different from, username password pair, like Bearer and NTLM. Command line completion script (in contrib/) learned to complete, "git symbolic-ref" a bit better (you need to enable plumbing, commands to be completed with GIT_COMPLETION_SHOW_ALL_COMMANDS). When the user responds to a prompt given by "git add -p" with an, unsupported command, list of available commands were given, which, was too much if the user knew what they wanted to type but merely, made a typo. Now the user gets a much shorter error message. The color parsing code learned to handle 12-bit RGB colors, spelled, as "#RGB" (in addition to "#RRGGBB" that is already supported). The operation mode options (like "--get") the "git config" command, uses have been deprecated and replaced with subcommands (like "git, config get"). "git tag" learned the "--trailer" option to futz with the trailers, in the same way as "git commit" does. A new global "--no-advice" option can be used to disable all advice, messages, which is meant to be used only in scripts. Updates to symbolic refs can now be made as a part of ref, transaction. The trailer API has been reshuffled a bit. Terminology to call various ref-like things are getting, straightened out. The command line completion script (in contrib/) has been adjusted, to the recent update to "git config" that adopted subcommand based, UI. The knobs to tweak how reftable files are written have been made, available as configuration variables. When "git push" notices that the commit at the tip of the ref on, the other side it is about to overwrite does not exist locally, it, used to first try fetching it if the local repository is a partial, clone. The command has been taught not to do so

GNU LGPL c git scm vcs dvcs


BashStyle-NG 10.9

BashStyle-NG is a graphical tool and toolchain for changing the behaviour and look'n'feel of Bash, Readline, Vim, Nano and Git. Possibilities include Bash: 12 fancy pre-defined prompt styles, colors are customizable, random text color, random prompt style for each session possible, create your own prompt using UI, colored manpages (without using most), rembering last visited directory (and restore upon new session), customize bash history settings, lscd: customized variant of cd, showing conte

lazygit 0.43.1

A simple terminal UI for git commands, written in Go with the gocui library.

Gitea 1.22.1

Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket, and GitLab. Gitea is a fork of Gogs. See the Gitea Announcement blog post to read about the justification for a fork. Purpose The goal of this project is to provide the easiest, fastest, and most painless way of setting up a self-hosted Git service. With Go, this can be done with an independent binary distribution across all platforms and architectures that Go supports. This support includes Linux, macOS, and Windo

Gittyup 1.4.0

Gittyup is a graphical Git client designed to help you understand and manage your source code history. Gittyup is an open source software developed by volunteers.

breezy 3.3.5

Breezy is a version control system implemented in Python forked from Bazaar. It supports multiple repository formats including bzr, git, cvs, mtn, darcs and has an emphasis on hackability.

Git LFS 3.5.0

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 like GitHub.com or GitHub Enterprise.

GitQlient 1.6.2

GitQlient, pronounced as git+client (/gɪtˈklaɪənt/) is a multi-platform Git client originally forked from QGit. Nowadays it goes beyond of just a fork and adds a lot of new functionality. The original idea was to provide a GUI-oriented Git client that was easy to integrate with QtCreator (currently shipped as GitQlientPlugin). This idea has grown since the day 1 to not only cover the integration with QtCreator but also to make it an app on it’s own.

git-assembler 1.5

git-assembler can perform automatic merge and rebase operations following a simple declarative script. Like “make”, for branches. It can be used to follow remote branches (such as pull requests) conveniently, test multiple patches together, work on interdependent feature branches more easily, and so on…

QtPass 1.4.0-rc1

Password management should be simple and follow Unix philosophy. With QtPass, each password lives inside of a gpg encrypted file whose filename is the title of the website or resource that requires the password. These encrypted files can be be organised into meaningful folder hierarchies, which can be shared with teams.

GitZone 1.1

GitZone is a Git DNS zone file management tool for BIND9. Users can update their zones in a git repository then during a push the zone files are checked, updated & reloaded from git receive hooks. If there’s an error in a file being pushed then the push is rejected, thus only correct files are stored on the server. GitZone-shell is similar to git-shell but it restricts the user to the zones repository and provides some additional commands for dynamic DNS updates & SSH key management.

multi-git-status 1.0

Multi-git-status shows uncommited, untracked, unpushed and unpulled changes in multiple Git repositories.