{"id":15029588,"url":"https://github.com/tortoisegit/tortoisegit","last_synced_at":"2025-05-14T07:08:22.053Z","repository":{"id":1258406,"uuid":"1197206","full_name":"TortoiseGit/TortoiseGit","owner":"TortoiseGit","description":"Windows Explorer Extension to Operate Git; Mirror of official repository https://tortoisegit.org/sourcecode","archived":false,"fork":false,"pushed_at":"2025-05-06T22:00:06.000Z","size":169940,"stargazers_count":1530,"open_issues_count":15,"forks_count":400,"subscribers_count":85,"default_branch":"master","last_synced_at":"2025-05-06T23:18:31.500Z","etag":null,"topics":["explorer","git","shell-extension","tortoisegit","windows"],"latest_commit_sha":null,"homepage":"https://tortoisegit.org","language":"C++","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TortoiseGit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2010-12-25T14:10:21.000Z","updated_at":"2025-05-06T22:00:11.000Z","dependencies_parsed_at":"2023-07-05T15:45:48.183Z","dependency_job_id":"a969e8fa-5e6f-46e4-b74f-a99fe73419c3","html_url":"https://github.com/TortoiseGit/TortoiseGit","commit_stats":{"total_commits":10643,"total_committers":77,"mean_commits":138.2207792207792,"dds":0.3354317391712863,"last_synced_commit":"f77e053a387306f5f6ee904bc194cdae13a5ca2e"},"previous_names":[],"tags_count":102,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TortoiseGit%2FTortoiseGit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TortoiseGit%2FTortoiseGit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TortoiseGit%2FTortoiseGit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TortoiseGit%2FTortoiseGit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TortoiseGit","download_url":"https://codeload.github.com/TortoiseGit/TortoiseGit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254092775,"owners_count":22013290,"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":["explorer","git","shell-extension","tortoisegit","windows"],"created_at":"2024-09-24T20:11:07.673Z","updated_at":"2025-05-14T07:08:22.037Z","avatar_url":"https://github.com/TortoiseGit.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"TortoiseGit - The coolest Interface to Git Version Control\r\n==========================================================\r\n\r\nTortoiseGit is a Windows Shell Interface to Git based on TortoiseSVN. It's open source and can be built entirely with freely available software.\r\n\r\nTortoiseGit supports you with regular tasks, such as committing, showing logs, diffing two versions, creating branches and tags, creating patches and so on (see our [Screenshots](https://tortoisegit.org/about/screenshots/) or [documentation](https://tortoisegit.org/docs/)).\r\n\r\n* Website: [tortoisegit.org](https://tortoisegit.org)\r\n* Download: [tortoisegit.org/download](https://tortoisegit.org/download)\r\n* Documentation: [tortoisegit.org/docs/](https://tortoisegit.org/docs/)\r\n* Support: [tortoisegit.org/support/](https://tortoisegit.org/support/)\r\n* Issue tracker: [tortoisegit.org/issues](https://tortoisegit.org/issues)\r\n* Contribute: [tortoisegit.org/contribute/](https://tortoisegit.org/contribute/)\r\n* Mailing lists: [tortoisegit-announce](https://groups.google.com/group/tortoisegit-announce),\r\n                 [tortoisegit-users](https://groups.google.com/group/tortoisegit-users) and\r\n                 [tortoisegit-dev](https://groups.google.com/group/tortoisegit-dev)\r\n* StackOverflow tag: [tortoisegit](https://stackoverflow.com/questions/tagged/tortoisegit)\r\n\r\nDownload\r\n--------\r\n\r\nThe latest release and language packs are available on the [download page](https://tortoisegit.org/download). There you can also find the system requirements and latest release notes.\r\n\r\nThe TortoiseGit team also provides [preview releases](https://download.tortoisegit.org/tgit/previews/) on an irregular basis. These versions are used by the TortoiseGit developers and are built from the latest code that represents the cutting edge of the TortoiseGit development.\r\n\r\nWhat to do if things go wrong or a crash happened\r\n--------------------------------------------------\r\n\r\nBefore reporting an issue, please search whether a similar issue already exists and check that your problem isn't fixed in our latest [preview release](https://download.tortoisegit.org/tgit/previews/).\r\n\r\nAn important aspect of reporting issues is to have a reproducible example of the issue; it's also important to mention the exact version of your operating system, the version of Git and the version of TortoiseGit (this information can be found on the TortoiseGit about dialog).\r\n\r\nTortoiseGit includes a crash reporter (if not disabled on installation), which automatically uploads crash dumps to drdump.com, where the TortoiseGit team can review them. If you have a reproducible example, please also file an issue and link the crash report.\r\n\r\nWe have a special page describing [steps for debugging](src/Debug-Hints.txt), where the majority of these steps do not require you to build TortoiseGit on your own.\r\n\r\nHow Can I Contribute?\r\n=====================\r\n\r\nYou're welcome to contribute to this project! There are several aspects you can help on:\r\n\r\n* improving our [documentation](https://tortoisegit.org/docs/) (see [doc/readme.txt](doc/readme.txt) file and [doc](doc) folder),\r\n* [translations](Languages/README.txt),\r\n* testing [preview releases](https://download.tortoisegit.org/tgit/previews/),\r\n* helping other users on the mailing lists,\r\n* improving our UIs, or also\r\n* coding (e.g., fix open issues or implement new features).\r\n\r\nAny help is appreciated!\r\n\r\nFeel free to report issues and open merge requests.\r\n\r\nPlease also check the [contribution guidelines](CONTRIBUTING.md) to understand our\r\nworkflow.\r\n\r\nHow to build\r\n------------\r\n\r\nBuilding TortoiseGit is usually not necessary; however, it is easy. All necessary requirements and steps are described in the [build.txt](build.txt) file. Our short description in the [architecture.txt](architecture.txt) file might also be helpful.\r\n\r\nLicense\r\n=======\r\n\r\nTortoiseGit is licensed under the [GPLv2](src/gpl.txt).\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftortoisegit%2Ftortoisegit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftortoisegit%2Ftortoisegit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftortoisegit%2Ftortoisegit/lists"}