Downloadliste

Projektbeschreibung

Git is a "directory content manager" that was designed to handle massive projects such as the Linux kernel with speed and efficiency. It falls in the category of distributed source code management tools and is similar to GNU Arch, Monotone, and BitKeeper. Every Git working directory is a fully-fledged repository with full revision tracking capabilities and is not dependent on network access to a central server.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-07-30 22:45
1.6.4

"git add - Bearbeiten" können Nutzer bearbeiten, die ganze Text-Patch zu verfeinern, was in den Index aufgenommen. "git grep" gewann die Option-p, um den Speicherort des Spiels mit dem gleichen Zusammenhang hunk Markierung, die "git diff" verwendet zu zeigen. "git push $ name" ehrt Fernbedienung. $ name.pushurl falls vorhanden, bevor mit der Fernbedienung. $ name.url. Mit anderen Worten, die URL für das Abrufen und Schieben kann unterschiedlich eingesetzt. "git Lehr-Update" gewann die - rebase Option zu aktualisieren ausgecheckt Teilgebiete von Umbasierung die lokalen Änderungen.
Tags: Major, Stable
"git add --edit" lets users edit the whole patch text to fine-tune what is added to the index. "git grep" gained the -p option to show the location of the match using the same context hunk marker that "git diff" uses. "git push $name" honors remote.$name.pushurl if present before using remote.$name.url. In other words, the URL used for fetching and pushing can be different. "git submodule update" gained the --rebase option to update checked out submodules by rebasing the local changes.

2009-07-22 01:41
1.6.3

Mit dem nächsten Major-Release ", git Push" in einen Ast, die derzeit ausgecheckt wird standardmäßig verweigert werden. Sie können wählen, was sollte auf einen solchen Stoß, indem Sie die Konfigurations-Variable receive.denyCurrentBranch im empfangenden Repository geschehen. Um den Plan für den Übergang zu erleichtern, wird das Repository erhalten einen solchen Stoß läuft dieser Pressemitteilung Thema eine große Warnung, wenn die Konfigurations-Variable fehlt.
Tags: Stable, Major
With the next major release, "git push" into a branch that is currently checked out will be refused by default. You can choose what should happen upon such a push by setting the configuration variable receive.denyCurrentBranch in the receiving repository. To ease the transition plan, the receiving repository of such a push running this release will issue a big warning when the configuration variable is missing.

2008-08-05 21:43
1.5.6.4

Diverse Bugfixes.
Tags: Minor bugfixes
Various bugfixes.

2008-04-23 21:41
1.5.5.1

Mehrere Befehle zu git wurden behoben. Diese Version kommt mit zahlreichen Dokumentations-Updates.
Tags: Major bugfixes
Several commands to git have been fixed. This release comes with various documentation updates.

2007-09-25 19:41
1.5.3.2

Tags: Minor bugfixes

Project Resources