{"id":42235973,"url":"https://github.com/ugurkorkmaz/gogit","last_synced_at":"2026-01-27T03:38:08.805Z","repository":{"id":51911724,"uuid":"520592028","full_name":"ugurkorkmaz/gogit","owner":"ugurkorkmaz","description":"Makes copies of git repositories.","archived":false,"fork":false,"pushed_at":"2023-04-14T23:16:57.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-06-21T09:41:58.494Z","etag":null,"topics":["clone","create-app","git","github-clone","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ugurkorkmaz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["ugurkorkmaz"]}},"created_at":"2022-08-02T17:34:58.000Z","updated_at":"2023-03-29T07:42:28.000Z","dependencies_parsed_at":"2024-06-21T08:52:35.745Z","dependency_job_id":null,"html_url":"https://github.com/ugurkorkmaz/gogit","commit_stats":null,"previous_names":["extendswork/gogit"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ugurkorkmaz/gogit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ugurkorkmaz%2Fgogit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ugurkorkmaz%2Fgogit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ugurkorkmaz%2Fgogit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ugurkorkmaz%2Fgogit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ugurkorkmaz","download_url":"https://codeload.github.com/ugurkorkmaz/gogit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ugurkorkmaz%2Fgogit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28799925,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T03:37:11.304Z","status":"ssl_error","status_checked_at":"2026-01-27T03:37:10.427Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["clone","create-app","git","github-clone","golang"],"created_at":"2026-01-27T03:38:08.118Z","updated_at":"2026-01-27T03:38:08.797Z","avatar_url":"https://github.com/ugurkorkmaz.png","language":"Go","funding_links":["https://github.com/sponsors/ugurkorkmaz"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eGogit\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Github top language\" src=\"https://img.shields.io/github/languages/top/ugurkorkmaz/gogit?color=56BEB8\"\u003e\n\n  \u003cimg alt=\"Github language count\" src=\"https://img.shields.io/github/languages/count/ugurkorkmaz/gogit?color=56BEB8\"\u003e\n\n  \u003cimg alt=\"Repository size\" src=\"https://img.shields.io/github/repo-size/ugurkorkmaz/gogit?color=56BEB8\"\u003e\n\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/ugurkorkmaz/gogit?color=56BEB8\"\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n## :dart: About ##\n\n``gogit`` makes copies of git repositories.This is much quicker than using git clone, because you're not downloading the entire git history.\n\n\n## :rocket: Technologies ##\n\nThe following tools were used in this project:\n\n- [Golang](https://go.dev/)\n\n## :checkered_flag: Starting ##\n\n```bash\n# Install gogit\n$ go install github.com/ugurkorkmaz/gogit/cmd/gogit\n\n```\nDefault git server GitHub is used.\nIn addition, you can use Gitlab and Bitbucket.\nYou can download release versions and versioned versions\n\n```bash\t\n# Start gogit\ngogit user/repo my-project\ngogit github:user/repo my-project\ngogit github:user/repo#v1.0.0 my-project\ngogit github:user/repo#master my-project\n\ngogit gitlab:user/repo my-project\ngogit gitlab:user/repo#v1.0.0 my-project\ngogit gitlab:user/repo#master my-project\n\ngogit bitbucket:user/repo my-project\ngogit bitbucket:user/repo#v1.0.0 my-project\ngogit bitbucket:user/repo#master my-project\n```\t\n\n## :memo: License ##\n\nThis project is under license from MIT. For more details, see the [LICENSE](LICENSE) file.\n\n\nMade with :heart: by \u003ca href=\"https://github.com/ugurkorkmaz\" target=\"_blank\"\u003eExtends Work\u003c/a\u003e\n\n\u0026#xa0;\n## See also\n- [Degit](https://github.com/Rich-Harris/degit) by [Rich Harris](https://github.com/Rich-Harris)\n\u003cbr/\u003e\u0026#xa0;\n\u003cbr/\u003e\n\u003ca href=\"#top\"\u003eBack to top\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fugurkorkmaz%2Fgogit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fugurkorkmaz%2Fgogit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fugurkorkmaz%2Fgogit/lists"}