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
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" used to be a valid way to, override an earlier "--subject-pre=. " on the command, line and replace it with " RFC PATCH ", but from this release, it, merely prethe string "RFC " in front of the given subject, pre. If you are negatively affected by this change, please use, "--subject-pre=PATCH --rfc" as a replacement. In Git 2.42, "git rev-list --stdin" learned to take non-revisions, (like "--not") from the standard input, but the way such a "--not" was, handled was quite confusing, which has been rethought. The updated, rule is that "--not" given from the command line only affects revs, given from the command line that comes but not revs read from the, standard input, and "--not" read from the standard input affects, revs given from the standard input and not revs given from the, command line. A message written in olden time prevented a branch from getting, checked out, saying it is already checked out elsewhere. But these, days, we treat a branch that is being bisected or rebased just like, a branch that is checked out and protect it from getting modified, with the same codepath. The message has been rephrased to say that, the branch is "in use" to avoid confusion. Hourly and other schedules of "git maintenance" jobs are randomly, distributed now. "git cmd -h" learned to signal which options can be negated by, listing such options like "-- no- opt". The way authentication related data other than passwords (e.g, oauth token and password expiration data) are stored in libsecret, keyrings has been rethought. Update the libsecret and wincred credential helpers to correctly, match which credential to erase; they erased the wrong entry in, some cases. Git GUI updates. "git format-patch" learned a new "--description-file" option that, lets cover letter description to be fed; this can be used on, detached HEAD where there is no branch description available, and, also can override the branch description if there is one. Use o
GNU LGPL c git scm vcs dvcs
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.
A simple terminal UI for git commands, written in Go with the gocui library.
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-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 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
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.
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
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.
Caja extension to add important information about the current git directory. This project is based on nautilus-git by Bilal Elmoussaoui.
Multi-git-status shows uncommited, untracked, unpushed and unpulled changes in multiple Git repositories.
|