{"id":17107347,"url":"https://github.com/metaory/bulk-git-tools","last_synced_at":"2026-05-18T15:32:31.186Z","repository":{"id":259227462,"uuid":"870760480","full_name":"metaory/bulk-git-tools","owner":"metaory","description":"small collection of git bulk scripts","archived":false,"fork":false,"pushed_at":"2025-09-17T20:20:49.000Z","size":55,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-17T22:25:42.253Z","etag":null,"topics":["git","git-script","git-utils"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/metaory.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2024-10-10T16:05:41.000Z","updated_at":"2025-09-17T20:20:52.000Z","dependencies_parsed_at":"2024-10-23T17:39:24.328Z","dependency_job_id":"e5c89b46-e4bf-40b4-b17e-52fabee7f6e8","html_url":"https://github.com/metaory/bulk-git-tools","commit_stats":null,"previous_names":["metaory/bulk-git-tools"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/metaory/bulk-git-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaory%2Fbulk-git-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaory%2Fbulk-git-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaory%2Fbulk-git-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaory%2Fbulk-git-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metaory","download_url":"https://codeload.github.com/metaory/bulk-git-tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaory%2Fbulk-git-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33182771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["git","git-script","git-utils"],"created_at":"2024-10-14T16:00:42.792Z","updated_at":"2026-05-18T15:32:31.181Z","avatar_url":"https://github.com/metaory.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\".github/assets/logo.png\" width=\"168px\"/\u003e\n  \u003ch2\u003eBULK-GIT-TOOLS\u003c/h2\u003e\n  \u003ch4\u003esmall collection of git bulk scripts\u003c/h4\u003e\n  \u003chr/\u003e\n  \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e |\n  \u003ca href=\"#scripts\"\u003eScripts\u003c/a\u003e |\n  \u003ca href=\"https://github.com/metaory/bulk-git-tools/issues/new\"\u003eIssue?\u003c/a\u003e\n\u003c/div\u003e\n\n---\n\nInstallation\n------------\n\n- clone repo\n- give execution permissions\n- link them in path\n\n```sh\n# Clone the repo\ngit clone git@github.com:metaory/bulk-git-tools.git\n\n# Navigate to repo\ncd bulk-git-tools\n\n# Give execution permissions\nfind src -type f -exec chmod +x {} +\n\n# Link it somewhere in your PATH\nfind src/ -type f -executable -exec sh -c 'ln -svf \"$PWD/${0#*/}\" /usr/bin/${0#*/}' {} \\;\n\n# Use them anywhere\n```\n\n---\n\nScripts\n-------\n\n### [git-reset-local](src/git-reset-local)\nRecovers a corrupted shallow local Git repository\n\n### [git-update-all](src/git-update-all)\nFetches all latest remotes and reset to default HEAD\n\n### [git-clone-org](src/git-clone-org)\nClones all public repositories from a specified organization\n\n### [git-clone-list](src/git-clone-list)\nDumps all Git repositories in the current working directory into a structured file,\nincluding essential information like remote URLs and local paths.\n\n### [git-open-repo](src/git-open-repo)\nOpen the Git repository in the current working directory in browser.\n\n### [git-pack](src/git-pack)\nScans directory for Git repos, saves origin URLs to `/tmp/git-pack` with preserved structure\n\n### 🚧 TODO 🚧 [git-unpack](src/git-unpack)\nRestores Git repos from /tmp/git-pack manifest (work in progress)\n\n---\n\nLicense\n-------\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetaory%2Fbulk-git-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetaory%2Fbulk-git-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetaory%2Fbulk-git-tools/lists"}