lazygit 0.41.0

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

Gitea 1.21.9

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

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.

GitLab 16.10.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 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.

git-annex 10.20240227

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.44.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: git checkout -B. " used to allow switching to a branch that, is in use on another worktree, but this was by mistake. The users, need to use "--ignore-other-worktrees" option. "git add" and "git stash" learned to support the ":(attr:.)", magic pathspec. "git rebase --autosquash" is now enabled for non-interactive rebase, but it is still incompatible with the apply backend. Introduce "git replay", a tool meant on the server side without, working tree to recreate a history. "git merge-file" learned to take the "--diff-algorithm" option to, use algorithm different from the default "myers" diff. Command line completion (in contrib/) learned to complete path, arguments to the "add/set" subcommands of "git sparse-checkout", better. "git checkout -B. " allowed a branch that is, in use in another worktree to be updated and checked out, which, might be a bit unexpected. The rule has been tightened, which is a, breaking change. "--ignore-other-worktrees" option is required to, unbreak you, if you are used to the current behaviour that "-B", overrides the safety. The builtin_objectmode attribute is populated for each path, without adding anything in.gitattributes files, which would be, useful in magic pathspec, e.g. ":(attr:builtin_objectmode=100755)", to limit to executables. "git fetch" learned to pay attention to "fetch.all" configuration, variable, which pretends as if "--all" was passed from the command, line when no remote parameter was given. In addition to (rather cryptic) Security Identifiers, show username, and domain in the error message when we barf on mismatch between, the Git directory and the current user on Windows. The error message given when "git branch -d branch" fails due to, commits unique to the branch has been split into an error and a new, conditional advice message. When given an existing but unreadable file as a configuration file, gitweb behaved as if the file did not exist at all, but now it, errors out. This is a change that may brea

GNU LGPL c git scm vcs dvcs


Gittyup 1.3.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.

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…

BashStyle-NG 10.8

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

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.