{"id":15153413,"url":"https://github.com/flutter/git","last_synced_at":"2025-09-30T01:32:28.351Z","repository":{"id":65974812,"uuid":"114701336","full_name":"flutter/git","owner":"flutter","description":"A fork of Git containing Windows-specific patches.","archived":true,"fork":true,"pushed_at":"2017-12-18T22:18:13.000Z","size":123751,"stargazers_count":12,"open_issues_count":0,"forks_count":12,"subscribers_count":48,"default_branch":"master","last_synced_at":"2024-09-18T02:29:43.007Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://git-scm.com/","language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"git-for-windows/git","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flutter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-19T00:30:12.000Z","updated_at":"2024-01-04T20:26:57.000Z","dependencies_parsed_at":"2023-02-19T18:15:18.924Z","dependency_job_id":null,"html_url":"https://github.com/flutter/git","commit_stats":null,"previous_names":[],"tags_count":100,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flutter%2Fgit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flutter%2Fgit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flutter%2Fgit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flutter%2Fgit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flutter","download_url":"https://codeload.github.com/flutter/git/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219865589,"owners_count":16554163,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-26T17:00:38.872Z","updated_at":"2025-09-30T01:32:21.433Z","avatar_url":"https://github.com/flutter.png","language":"C","readme":"Git for Windows\n===============\n\n[![Join the chat at https://gitter.im/git-for-windows/git](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/git-for-windows/git?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nThis is [Git for Windows](http://git-for-windows.github.io/), the Windows port\nof [Git](http://git-scm.com/).\n\nThe Git for Windows project is run using a [governance\nmodel](http://git-for-windows.github.io/governance-model.html). If you\nencounter problems, you can report them as [GitHub\nissues](https://github.com/git-for-windows/git/issues), discuss them on Git\nfor Windows' [Google Group](http://groups.google.com/group/git-for-windows),\nand [contribute bug\nfixes](https://github.com/git-for-windows/git/wiki/How-to-participate).\n\nGit - fast, scalable, distributed revision control system\n=========================================================\n\nGit is a fast, scalable, distributed revision control system with an\nunusually rich command set that provides both high-level operations\nand full access to internals.\n\nGit is an Open Source project covered by the GNU General Public\nLicense version 2 (some parts of it are under different licenses,\ncompatible with the GPLv2). It was originally written by Linus\nTorvalds with help of a group of hackers around the net.\n\nPlease read the file [INSTALL][] for installation instructions.\n\nMany Git online resources are accessible from \u003chttps://git-scm.com/\u003e\nincluding full documentation and Git related tools.\n\nSee [Documentation/gittutorial.txt][] to get started, then see\n[Documentation/giteveryday.txt][] for a useful minimum set of commands, and\nDocumentation/git-\u003ccommandname\u003e.txt for documentation of each command.\nIf git has been correctly installed, then the tutorial can also be\nread with `man gittutorial` or `git help tutorial`, and the\ndocumentation of each command with `man git-\u003ccommandname\u003e` or `git help\n\u003ccommandname\u003e`.\n\nCVS users may also want to read [Documentation/gitcvs-migration.txt][]\n(`man gitcvs-migration` or `git help cvs-migration` if git is\ninstalled).\n\nThe user discussion and development of Git take place on the Git\nmailing list -- everyone is welcome to post bug reports, feature\nrequests, comments and patches to git@vger.kernel.org (read\n[Documentation/SubmittingPatches][] for instructions on patch submission).\nTo subscribe to the list, send an email with just \"subscribe git\" in\nthe body to majordomo@vger.kernel.org. The mailing list archives are\navailable at \u003chttps://public-inbox.org/git/\u003e,\n\u003chttp://marc.info/?l=git\u003e and other archival sites.\n\nThe maintainer frequently sends the \"What's cooking\" reports that\nlist the current status of various development topics to the mailing\nlist.  The discussion following them give a good reference for\nproject status, development direction and remaining tasks.\n\nThe name \"git\" was given by Linus Torvalds when he wrote the very\nfirst version. He described the tool as \"the stupid content tracker\"\nand the name as (depending on your mood):\n\n - random three-letter combination that is pronounceable, and not\n   actually used by any common UNIX command.  The fact that it is a\n   mispronunciation of \"get\" may or may not be relevant.\n - stupid. contemptible and despicable. simple. Take your pick from the\n   dictionary of slang.\n - \"global information tracker\": you're in a good mood, and it actually\n   works for you. Angels sing, and a light suddenly fills the room.\n - \"goddamn idiotic truckload of sh*t\": when it breaks\n\n[INSTALL]: INSTALL\n[Documentation/gittutorial.txt]: Documentation/gittutorial.txt\n[Documentation/giteveryday.txt]: Documentation/giteveryday.txt\n[Documentation/gitcvs-migration.txt]: Documentation/gitcvs-migration.txt\n[Documentation/SubmittingPatches]: Documentation/SubmittingPatches\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflutter%2Fgit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflutter%2Fgit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflutter%2Fgit/lists"}